quentinL52 commited on
Commit ·
1d95eb7
1
Parent(s): 8912e47
update endpoint
Browse files
main.py
CHANGED
|
@@ -29,6 +29,7 @@ app.add_middleware(
|
|
| 29 |
allow_credentials=True,
|
| 30 |
allow_methods=["*"],
|
| 31 |
allow_headers=["*"],
|
|
|
|
| 32 |
)
|
| 33 |
|
| 34 |
class HealthCheck(BaseModel):
|
|
|
|
| 29 |
allow_credentials=True,
|
| 30 |
allow_methods=["*"],
|
| 31 |
allow_headers=["*"],
|
| 32 |
+
redirect_slashes=True,
|
| 33 |
)
|
| 34 |
|
| 35 |
class HealthCheck(BaseModel):
|