We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73805a5 commit 1f42fadCopy full SHA for 1f42fad
1 file changed
src/main.py
@@ -34,7 +34,12 @@
34
# if on production, disable viewing the docs
35
else:
36
print("Running production environment")
37
- origins = ["https://sfucsss.org", "https://test.sfucsss.org", "https://admin.sfucsss.org"]
+ origins = [
38
+ "https://sfucsss.org",
39
+ "https://test.sfucsss.org",
40
+ "https://admin.sfucsss.org",
41
+ "https://madness.sfucsss.org",
42
+ ]
43
app = FastAPI(
44
lifespan=database.lifespan,
45
title="CSSS Site Backend",
0 commit comments