Match url to frontend url

This commit is contained in:
keannu125 2023-03-25 13:02:07 +08:00
parent e562f9ab76
commit dd5f0c94d2

View file

@ -144,8 +144,8 @@ REST_FRAMEWORK = {
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOW_CREDENTIALS = True
DOMAIN = 'lemeow125.github.io/Notes/#'
SITE_NAME = 'lemeow125.github.io/Notes/#'
DOMAIN = 'lemeow125.github.io/react-notes/#'
SITE_NAME = 'lemeow125.github.io/react-notes/#'
DJOSER = {