Skip to content

Commit

Permalink
changing default port
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 29, 2024
1 parent 485f261 commit 70993fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema
@server(port: 8000, headers: {cors: {allowOrigins: ["*"], allowHeaders: ["*"], allowMethods: [POST, GET, OPTIONS]}})
@server(port: 8080, headers: {cors: {allowOrigins: ["*"], allowHeaders: ["*"], allowMethods: [POST, GET, OPTIONS]}})
@upstream(baseURL: "http://jsonplaceholder.typicode.com", httpCache: 42, batch: {delay: 100}) {
query: Query
}
Expand Down

0 comments on commit 70993fb

Please sign in to comment.