Skip to content

Commit

Permalink
fix: update api uri (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Nov 25, 2024
1 parent 957eeac commit e4a7a3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/.env.prod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_API_URI="https://beta.dgidb.org/api/graphql"
REACT_APP_API_URI="https://dgidb.org/api/graphql"
REACT_APP_ANALYTICS='true'
PORT=443
2 changes: 1 addition & 1 deletion client/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_API_URI="https://beta.dgidb.org/api/graphql"
REACT_APP_API_URI="https://dgidb.org/api/graphql"
REACT_APP_ANALYTICS='true'
PORT=443
Binary file added client/.yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions client/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules

0 comments on commit e4a7a3b

Please sign in to comment.