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 cdb9c25 commit 811dc2aCopy full SHA for 811dc2a
matching-service/app/main.py
@@ -7,7 +7,7 @@
7
app = FastAPI(title="Matching Service API")
8
9
origins = [
10
- "http://localhost:3000",
+ "*",
11
]
12
13
app.add_middleware(
question-service/app/main.py
app = FastAPI(title="Question Service API")
0 commit comments