Skip to content

Commit

Permalink
Update app_and_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Apr 25, 2024
1 parent 1766eb4 commit f96c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/app_and_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_cors_config() -> dict:
r"/api/infographics-data": {"origins": "*"},
r"/api/infographics-data-by-location": {"origins": "*"},
r"/api/gps-to-location": {"origins": "*"},
r"/api/news-flash": {"origins": "*", "methods": ["GET", "PATCH", "OPTIONS"], "supports_credentials": True},
r"/api/news-flash/*": {"origins": "*", "methods": ["GET", "PATCH", "OPTIONS"], "supports_credentials": True},
r"/api/news-flash-v2": {"origins": "*"},
r"/api/embedded-reports": {"origins": "*"},
r"/api/streets": {"origins": "*"},
Expand Down

0 comments on commit f96c91e

Please sign in to comment.