|
|
@@ -15,7 +15,7 @@ app = FastAPI(
|
|
|
app.include_router(auth_router, prefix='/api/auth', tags=["auth"])
|
|
|
app.include_router(chat_router, prefix='/api/chat', tags=["chat"])
|
|
|
app.include_router(agent_router, prefix='/api/agent', tags=["agent"])
|
|
|
-app.include_router(excel_router, prefix='/document', tags=["document"])
|
|
|
+app.include_router(excel_router, prefix='/api/document', tags=["document"])
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
import uvicorn
|