Skip to content

Commit

Permalink
Merge pull request #91 from GTZ-STUDIO/develop
Browse files Browse the repository at this point in the history
Made changes to deployment files
  • Loading branch information
Verzaccii committed Mar 15, 2024
2 parents 7163682 + e6a1253 commit 6d697af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AzureDeployBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
name: python-app
path: |
release.zip
lvlgg_backend/release.zip
!venv/
deploy:
Expand Down
4 changes: 2 additions & 2 deletions lvlgg_backend/lvlgg_backend/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"django.middleware.clickjacking.XFrameOptionsMiddleware",
]

# CORS_ALLOWED_ORIGINS = ['http://localhost:3000'
# ]
CORS_ALLOWED_ORIGINS = ['http://localhost:3000',
'lvlupgg-backend.azurewebsites.net']

STORAGES = {
"default": {
Expand Down

0 comments on commit 6d697af

Please sign in to comment.