Commit edcc5878 by Ooh-Ao

s

parent a33c21bf
......@@ -16,10 +16,7 @@ from ..controllers.equipment_category_controller import (
)
from ..config.database import get_db
router = APIRouter(
prefix="/equipment-categories",
tags=["Equipment Categories"]
)
router = APIRouter()
@router.post("/", response_model=EquipmentCategoryResponse)
async def create_category(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment