Skip to content

Commit

Permalink
fix: make comment shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp committed Feb 21, 2024
1 parent d00c69d commit 27bf8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
templates = Jinja2Templates(directory=Path(__file__).parent / "templates")
init_sentry(settings.sentry_dns)

# Allow all origins in development. You might want to restrict this in production.
# Allow all origins in development.
# You might want to restrict this in production.
origins = [
"http://localhost",
"http://localhost:5173", # Add the origin of your frontend application
Expand Down

0 comments on commit 27bf8b2

Please sign in to comment.