This commit is contained in:
Chris Chen
2026-05-27 07:49:26 -07:00
parent 62428cd2d4
commit 60405ef0aa
19 changed files with 74 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = {
production: false,
apiUrl: 'https://localhost:44302/api'
apiUrl: 'http://localhost:42019/api'
};