Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52bb0a9

Browse files
Correct bugs
1 parent 61bfc46 commit 52bb0a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
spring.application.name=Dog-GraphQL-API
22

33
spring.h2.console.enabled=true
4-
spring.h2.console.path=/2
5-
spring.datasource.url=jdbc:h2:mem:dogtracker
4+
spring.h2.console.path=/h2
5+
spring.datasource.url=jdbc:h2:mem:dogdata
66

77
graphql.servlet.mapping=/graphql
88
graphql.servlet.enabled=true
99
graphql.servlet.corsEnabled=true
1010

11-
graphql.enabled=true
12-
graphql.endpoint=/graphql
13-
graphql.mapping=graphql
11+
graphiql.enabled=true
12+
graphiql.endpoint=/graphql
13+
graphiql.mapping=graphiql

0 commit comments

Comments
 (0)