ユーザー追加API Bug fix

This commit is contained in:
2023-11-10 02:34:50 +09:00
parent 4577df371a
commit 55181f2c57
7 changed files with 11 additions and 9 deletions

View File

@@ -19,9 +19,7 @@ app = FastAPI(
)
origins = [
"http://localhost:9000",
"http://localhost",
"http://localhost:8080",
"*"
]
app.add_middleware(