Update main.py
Browse files
main.py
CHANGED
|
@@ -5,7 +5,8 @@ from app.api.routers.v1 import outfitmatch, health, tryon, occasion, whatfits, s
|
|
| 5 |
app = FastAPI(
|
| 6 |
title="Vendor Usecase App",
|
| 7 |
description="API for various vendor usecases including outfit matching.",
|
| 8 |
-
version="0.1.0"
|
|
|
|
| 9 |
)
|
| 10 |
|
| 11 |
# Add CORS middleware
|
|
|
|
| 5 |
app = FastAPI(
|
| 6 |
title="Vendor Usecase App",
|
| 7 |
description="API for various vendor usecases including outfit matching.",
|
| 8 |
+
version="0.1.0",
|
| 9 |
+
debug=True,
|
| 10 |
)
|
| 11 |
|
| 12 |
# Add CORS middleware
|