Skip to content

Commit

Permalink
Merge branch 'Sprint_2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzaccii committed Feb 22, 2024
2 parents 43fbe17 + b15fe46 commit c7121c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.2 on 2024-02-20 22:48
# Generated by Django 5.0.2 on 2024-02-22 18:31

from django.db import migrations

Expand Down

This file was deleted.

6 changes: 6 additions & 0 deletions lvlgg_backend/lvlgg_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@
AUTH_USER_MODEL = "account.Client"

AUTHENTICATION_BACKENDS = ["account.backends.AccountBackend"]

CORS_ALLOW_ALL_ORIGINS = True

CORS_ALLOWED_ORIGINS = [
'http://localhost:3000',
]

0 comments on commit c7121c6

Please sign in to comment.