Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- src/main.py +0 -1
src/main.py
CHANGED
|
@@ -9,7 +9,6 @@ app = FastAPI(
|
|
| 9 |
description="Task management API with authentication",
|
| 10 |
version="1.0.0"
|
| 11 |
)
|
| 12 |
-
app.router.redirect_slashes = False
|
| 13 |
|
| 14 |
|
| 15 |
# Include routers
|
|
|
|
| 9 |
description="Task management API with authentication",
|
| 10 |
version="1.0.0"
|
| 11 |
)
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
# Include routers
|