add(think): enable think router

This commit is contained in:
Aleksandr Tcitlionok
2024-12-05 08:29:43 +00:00
parent 3ea939b7d6
commit f57e6028f0
3 changed files with 12 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ app.include_router(metal.router)
app.include_router(vm.router)
app.include_router(k8s.router)
app.include_router(export.router)
app.include_router(think.router)
@app.get("/")
def root():