Adding chtlawfirm to the api
This commit is contained in:
5
api/rpk-api/firm/entity/routes.py
Normal file
5
api/rpk-api/firm/entity/routes.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from firm.core.routes import get_crud_router
|
||||
from firm.entity.models import Entity, EntityFilters
|
||||
from firm.entity.schemas import EntityCreate, EntityRead, EntityUpdate
|
||||
|
||||
router = get_crud_router(Entity, EntityCreate, EntityRead, EntityUpdate, EntityFilters)
|
||||
Reference in New Issue
Block a user