Skip to content

Commit db50b91

Browse files
authored
Merge pull request #18 from ParkTrack-Project/new-endpoints
feat: admin.parktrack.live to CORS
2 parents 3be36de + 2473b26 commit db50b91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
allow_origins=[
2525
"https://swagger.parktrack.live",
2626
"https://labeler.parktrack.live",
27+
"https://admin.parktrack.live",
2728
"https://parktrack.live",
2829
"http://localhost:5173",
2930
"http://127.0.0.1:5173"

0 commit comments

Comments
 (0)