refactoring nodes -> hosts
This commit is contained in:
@@ -2,7 +2,7 @@ from fastapi import FastAPI
|
||||
import tomllib
|
||||
import logging
|
||||
|
||||
from routers import ip, tariffs, nodes
|
||||
from routers import hosts, ip, tariffs
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
@@ -23,4 +23,4 @@ async def health_check():
|
||||
|
||||
app.include_router(ip.router)
|
||||
app.include_router(tariffs.router)
|
||||
app.include_router(nodes.router)
|
||||
app.include_router(hosts.router)
|
||||
Reference in New Issue
Block a user