taahaasaif commited on
Commit
86cfb54
·
verified ·
1 Parent(s): 23fd62a

Update src/config.py

Browse files
Files changed (1) hide show
  1. src/config.py +1 -1
src/config.py CHANGED
@@ -35,7 +35,7 @@ class Settings(BaseSettings):
35
  DEBUG: bool = True
36
 
37
  # CORS settings
38
- FRONTEND_URL: str = "http://localhost:3000"
39
 
40
  class Config:
41
  env_file = ".env"
 
35
  DEBUG: bool = True
36
 
37
  # CORS settings
38
+ FRONTEND_URL: str = "https://full-stack-todo-application-gwz8.vercel.app"
39
 
40
  class Config:
41
  env_file = ".env"