Skip to content

Commit 53d9e13

Browse files
committed
added netlify file
1 parent 856781a commit 53d9e13

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

client/netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[redirects]]
2+
from = "/*"
3+
to = "/index.html"
4+
status = 200

server/app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Settings(BaseSettings):
1616
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30
1717
REFRESH_TOKEN_EXPIRE_DAYS: int = 7
1818

19-
ALLOW_ORIGINS: str = ""
19+
ALLOW_ORIGINS: str = "http://localhost:5173"
2020

2121
# JWT secrets
2222
JWT_ACCESS_SECRET_KEY: str = ""

0 commit comments

Comments
 (0)