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
@@ -13,6 +13,6 @@
"RefreshTokenExpiryDays": "30"
},
"Cors": {
"AllowedOrigins": [ "https://localhost:4200" ]
"AllowedOrigins": [ "http://localhost:4200", "https://localhost:4200" ]
}
}