We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030c004 commit 6f2f881Copy full SHA for 6f2f881
src/main.py
@@ -24,7 +24,7 @@
24
app.add_middleware(Analytics, api_key=os.getenv('API_ANALYTICS_KEY'))
25
26
# Define the default allowed hosts
27
-default_allowed_hosts = ["gitingest.com", "*.gitingest.com", "localhost"]
+default_allowed_hosts = ["gitingest.com", "*.gitingest.com", "localhost", "127.0.0.1"]
28
29
# Fetch allowed hosts from the environment variable or use the default
30
allowed_hosts = os.getenv("ALLOWED_HOSTS")
0 commit comments