Skip to content

Commit

Permalink
Update to URL prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariazel Hernández authored and Mariazel Hernández committed Aug 3, 2023
1 parent fb7f3da commit 81d8473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app.use(
'worker-src': ["'self'", 'blob:'],
'connect-src': [
"'self'",
'https://test.find-employee.ynet.gov.yk.ca',
'https://find-employee.service.yukon.ca',
'https://eservices.gov.yk.ca',
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/web/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export const sections = [
];

export const environment = process.env.NODE_ENV;
export const apiBaseUrl = process.env.VUE_APP_API_URL || "https://test.find-employee.ynet.gov.yk.ca";
export const apiBaseUrl = process.env.VUE_APP_API_URL || "https://find-employee.service.yukon.ca";

0 comments on commit 81d8473

Please sign in to comment.