This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
reset-do-picking-order
Tommy\2Fi-Staff
1 week ago
parent
d77446a7b6
commit
7dd1137213
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/com/ffii/fpsms/modules/master/web/ItemsController.kt
+ 1
- 0
src/main/java/com/ffii/fpsms/modules/master/web/ItemsController.kt
View File
@@ -104,6 +104,7 @@ class ItemsController(
return itemsService.getItem(id)
}
@PostMapping("/new")
fun saveItem(@Valid @RequestBody newItem: NewItemRequest): MessageResponse {
println("`````TESTING`````")
Write
Preview
Loading…
Cancel
Save