Skip to content

Commit 895691e

Browse files
authored
Update print statement from 'Hello' to 'Goodbye'
1 parent 6456bae commit 895691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Settings(BaseSettings):
3131
ALGORITHM: str = "HS256"
3232
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30
3333
REFRESH_TOKEN_EXPIRE_DAYS: int = 7
34-
CORS_ORIGINS: list[str] = ["http://localhost:5173", "http://localhost:3000", "http://localhost:80", "http://localhost"]
34+
CORS_ORIGINS: List[str] = ["http://localhost:5173", "http://localhost:3000", "http://localhost:80", "http://localhost"]
3535
SSH_KEY_PATH: str = os.path.expanduser("~/.ssh")
3636
AGENT_SECRET: str = "nexusctrl-agent-secret"
3737

0 commit comments

Comments
 (0)