Skip to content

Commit c7e50c9

Browse files
Add GitHub Pages origin to API CORS allowed origins
1 parent b0a019c commit c7e50c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
"JWTSettings__DurationInMinutes=60" \
8282
"FeatureManagement__AuthEnabled=true" \
8383
"Cors__AllowedOrigins__0=$ANGULAR_URL" \
84+
"Cors__AllowedOrigins__1=https://workcontrolgit.github.io" \
8485
"ASPNETCORE_ENVIRONMENT=Production"
8586
8687
- name: Deploy to Azure App Service

0 commit comments

Comments
 (0)