Skip to content

Commit

Permalink
added front end to cors
Browse files Browse the repository at this point in the history
  • Loading branch information
thenaivekid committed Dec 11, 2023
1 parent 12e11a1 commit 3f35ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autograder_backend/autograder_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

CORS_ALLOWED_ORIGINS = [
"https://autograder-ashok.onrender.com",
"https://autograder-frontend.netlify.app",
]

CORS_ALLOW_HEADERS = [
Expand Down

0 comments on commit 3f35ff6

Please sign in to comment.