add stub api for machines
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from .routers import health, root
|
||||
from .routers import health, machines, root
|
||||
|
||||
app = FastAPI()
|
||||
app.include_router(health.router)
|
||||
app.include_router(machines.router)
|
||||
app.include_router(root.router)
|
||||
|
||||
Reference in New Issue
Block a user