Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -129,7 +129,7 @@ collection = db["users"]
|
|
129 |
|
130 |
trans = SyncTranslator()
|
131 |
|
132 |
-
app = FastAPI(docs_url=
|
133 |
app.include_router(fluxai_router, prefix="/api/v1")
|
134 |
app.include_router(whisper_router, prefix="/api/v1")
|
135 |
|
|
|
129 |
|
130 |
trans = SyncTranslator()
|
131 |
|
132 |
+
app = FastAPI(docs_url="/docs", redoc_url="/")
|
133 |
app.include_router(fluxai_router, prefix="/api/v1")
|
134 |
app.include_router(whisper_router, prefix="/api/v1")
|
135 |
|