Skip to content

Commit

Permalink
hotfix:allowed cors creds
Browse files Browse the repository at this point in the history
  • Loading branch information
anilrajrimal1 committed Aug 21, 2024
1 parent 0e8854b commit b2a0ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kanban/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@

USE_TZ = True

CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = True

CORS_ORIGIN_ALLOW_ALL = True


# Static files (CSS, JavaScript, Images)
Expand Down

0 comments on commit b2a0ed6

Please sign in to comment.