fix: updated port
This commit is contained in:
+10
-1
@@ -30,7 +30,16 @@ def create_app() -> FastAPI:
|
||||
app.include_router(edits.router)
|
||||
app.include_router(edits.compat_router)
|
||||
|
||||
@app.get("/")
|
||||
def read_root():
|
||||
return {
|
||||
"name": "PDF Engine Gateway",
|
||||
"version": __version__,
|
||||
"health": "/health",
|
||||
"docs": "/docs"
|
||||
}
|
||||
|
||||
return app
|
||||
|
||||
|
||||
app = create_app()
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user