Skip to content

Commit

Permalink
feature(item_lines): Created .REST file for get all item types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetDev7 committed Dec 2, 2024
1 parent e37472d commit bf90aed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/REST/ItemTypes/.rest
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ Content-Type: application/json
"name" : "1",
"description": "1"
}
###

### GET ALL ITEM TYPES
GET http://localhost:5000/api/itemtypes
Content-Type: application/json
###

0 comments on commit bf90aed

Please sign in to comment.