Archived
chore: version bump
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@ async def lifespan(app: FastAPI):
|
||||
logger.info("Application shutdown")
|
||||
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
app = FastAPI(
|
||||
lifespan=lifespan, title="N8N Helper", description="N8N Helper", version="1.0.0"
|
||||
)
|
||||
|
||||
|
||||
for route in routes:
|
||||
|
||||
Reference in New Issue
Block a user