Added an on startup section for fastapi
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -29,7 +29,7 @@ async def startup_event():
|
|
| 29 |
# ---------------
|
| 30 |
|
| 31 |
app = FastAPI(
|
| 32 |
-
title="Pokemon Card Image Processor"
|
| 33 |
)
|
| 34 |
|
| 35 |
app.add_middleware(
|
|
|
|
| 29 |
# ---------------
|
| 30 |
|
| 31 |
app = FastAPI(
|
| 32 |
+
title="Pokemon Card Image Processor"
|
| 33 |
)
|
| 34 |
|
| 35 |
app.add_middleware(
|