Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chanachai
BookingMyHrManagement
Commits
edcc5878
Commit
edcc5878
authored
Mar 15, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
a33c21bf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
equipment_category_router.cpython-312.pyc
...tes/__pycache__/equipment_category_router.cpython-312.pyc
+0
-0
equipment_category_router.py
API-Fast/src/routes/equipment_category_router.py
+1
-4
No files found.
API-Fast/src/routes/__pycache__/equipment_category_router.cpython-312.pyc
View file @
edcc5878
No preview for this file type
API-Fast/src/routes/equipment_category_router.py
View file @
edcc5878
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment