Hiiii
This commit is contained in:
parent
cbbe0d02ca
commit
2ac055caeb
1
main.py
1
main.py
@ -6,6 +6,7 @@ from core.router import load_endpoints
|
|||||||
app = FastAPI(title="API by BackendIM")
|
app = FastAPI(title="API by BackendIM")
|
||||||
|
|
||||||
# Add CORS middleware configuration
|
# Add CORS middleware configuration
|
||||||
|
# Hiiii
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=["*"], # Allows all origins
|
allow_origins=["*"], # Allows all origins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user