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