Skip to content

Commit

Permalink
fix: 🐛 fix for url and secure url.
Browse files Browse the repository at this point in the history
fix for url and secure url.
  • Loading branch information
adhilabu committed Aug 31, 2024
1 parent aa75ff6 commit 78fe0f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"http://localhost",
"http://localhost:8080",
"http://localhost:3000",
"http://www.aksyo.in"
"http://www.aksyo.in",
"https://localhost",
"https://localhost:8080",
"https://localhost:3000",
"https://www.aksyo.in"
]

app.add_middleware(
Expand Down

0 comments on commit 78fe0f5

Please sign in to comment.