Spaces:
Sleeping
Sleeping
Update src/config.py
Browse files- 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 = "
|
| 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"
|