mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 06:29:25 +08:00
Match url to frontend url
This commit is contained in:
parent
e562f9ab76
commit
dd5f0c94d2
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ REST_FRAMEWORK = {
|
||||||
CORS_ALLOW_ALL_ORIGINS = True
|
CORS_ALLOW_ALL_ORIGINS = True
|
||||||
CORS_ALLOW_CREDENTIALS = True
|
CORS_ALLOW_CREDENTIALS = True
|
||||||
|
|
||||||
DOMAIN = 'lemeow125.github.io/Notes/#'
|
DOMAIN = 'lemeow125.github.io/react-notes/#'
|
||||||
SITE_NAME = 'lemeow125.github.io/Notes/#'
|
SITE_NAME = 'lemeow125.github.io/react-notes/#'
|
||||||
|
|
||||||
|
|
||||||
DJOSER = {
|
DJOSER = {
|
||||||
|
|
Loading…
Reference in a new issue