initial commit
This commit is contained in:
7
back/app/entity/routes.py
Normal file
7
back/app/entity/routes.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from ..core.routes import get_crud_router
|
||||
from .models import Entity
|
||||
from .schemas import EntityCreate, EntityRead, EntityUpdate
|
||||
|
||||
router = get_crud_router(Entity, EntityCreate, EntityRead, EntityUpdate)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user