Skip to content

Commit

Permalink
fix(infra): fix dev.codedang.com to stage.codedang.com
Browse files Browse the repository at this point in the history
  • Loading branch information
y-jiu committed May 3, 2024
1 parent 7e95289 commit 4bbdeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apollo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
excludes: ['**/__generated__/**'],
service: {
name: 'codedang-graphql-app',
url: 'https://dev.codedang.com/graphql'
url: 'https://stage.codedang.com/graphql'
}
}
}
2 changes: 1 addition & 1 deletion apps/infra/stage/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
}

dev.codedang.com {
stage.codedang.com {
handle /api/* {
reverse_proxy 127.0.0.1:4000

Expand Down

0 comments on commit 4bbdeee

Please sign in to comment.