Added create_entity
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 3h13m7s

This commit is contained in:
2023-11-26 20:54:57 +01:00
parent 80ccaa83d3
commit d1a3a5381a
8 changed files with 200 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
from fastapi import APIRouter
from ..api_outputs import Machine, Status
from ..schemas import Machine, Status
router = APIRouter()