tiangolo domain is not necessary (#72)

This commit is contained in:
dheerapat 2023-05-20 21:19:00 +07:00 committed by GitHub
parent bf26696e71
commit 85eed9e2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,6 @@ from fastapi.middleware.cors import CORSMiddleware
app = FastAPI()
origins = [
"http://localhost.tiangolo.com",
"https://localhost.tiangolo.com",
"http://localhost",
"http://localhost:3000",
"http://localhost:8080",