Skip to content

Commit 68e664b

Browse files
authored
Remove trailing slash from frontend url (#29)
1 parent 473dd74 commit 68e664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vbos/config/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ class Production(Common):
4545
CORS_ALLOWED_ORIGINS = [
4646
"http://localhost:5173",
4747
"http://localhost:4173",
48-
"https://vbos.ds.io/",
48+
"https://vbos.ds.io",
4949
]

0 commit comments

Comments
 (0)