add(think): enable think router
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user