Skip to content

Commit

Permalink
Add address to cors origin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielMoreirad committed Mar 22, 2024
1 parent 411c58f commit 80ec912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/arconnectmanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
CORS_ALLOWED_ORIGINS = [
"http://localhost:5173",
"http://127.0.0.1:5173",
"https://arconnect.k8s.ing.he-arc.ch",
]

INSTALLED_APPS = [
Expand Down

0 comments on commit 80ec912

Please sign in to comment.