Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
•
ff226b6
1
Parent(s):
aa8d63d
update workflow
Browse files- app/api.py +1 -1
app/api.py
CHANGED
@@ -48,7 +48,7 @@ app.add_middleware(
|
|
48 |
allow_origins=["*"],
|
49 |
allow_credentials=True,
|
50 |
allow_methods=["*"],
|
51 |
-
allow_headers=["*"],
|
52 |
)
|
53 |
|
54 |
Instrumentator().instrument(app).expose(app)
|
|
|
48 |
allow_origins=["*"],
|
49 |
allow_credentials=True,
|
50 |
allow_methods=["*"],
|
51 |
+
allow_headers=["*"] ,
|
52 |
)
|
53 |
|
54 |
Instrumentator().instrument(app).expose(app)
|