Skip to content

Commit

Permalink
fix: test api urls (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: Kopec <[email protected]>
  • Loading branch information
SmallhillCZ and SmallhillCZ authored Sep 21, 2023
1 parent 27af6e2 commit 9aa8807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/environments/environment.dev-test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: false,

apiRoot: "https://interni.test.bosan.cz/api",
apiRoot: "https://test.interni.bosan.cz/api",

gapi: {
client_id: "249555539983-j8rvff7bovgnecsmjffe0a3dj55j33hh.apps.googleusercontent.com",
Expand Down
4 changes: 2 additions & 2 deletions web/src/environments/environment.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const environment = {
production: true,

apiRoot: "https://interni.test.bosan.cz/api",
apiRoot: "https://interni.bosan.cz/api",

jwtDomains: ["bosan.cz"],
jwtDomains: ["test.bosan.cz"],

gapi: {
client_id: "249555539983-j8rvff7bovgnecsmjffe0a3dj55j33hh.apps.googleusercontent.com",
Expand Down

0 comments on commit 9aa8807

Please sign in to comment.