Fix #4 hotfix: restore missing router = APIRouter in steps.py
Some checks failed
Deploy Tracker / deploy (push) Failing after 3s
Some checks failed
Deploy Tracker / deploy (push) Failing after 3s
This commit is contained in:
parent
73c4ace9e9
commit
0c44a8b384
@ -12,6 +12,8 @@ from ..models import Step, Task
|
|||||||
from .schemas import StepOut
|
from .schemas import StepOut
|
||||||
from .converters import step_out
|
from .converters import step_out
|
||||||
|
|
||||||
|
router = APIRouter(tags=["steps"])
|
||||||
|
|
||||||
|
|
||||||
class StepCreate(BaseModel):
|
class StepCreate(BaseModel):
|
||||||
title: str
|
title: str
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user