|
|
@ -156,7 +156,7 @@ func RegisterInsertOneScrewDown(party router.Party, path string, method func(*mo |
|
|
|
******************************************************************************/ |
|
|
|
func RegisterDeleteOneScrewDown(party router.Party, path string, method func(*models.Usertab, string, int, bool) error) { |
|
|
|
|
|
|
|
RegisterIDOfScrewDown(party, "DELETE", path+"/{artId:string}/{screwPos:int}/{result:result}", method) |
|
|
|
RegisterIDOfScrewDown(party, "DELETE", path+"/{artId:string}/{screwPos:int}/{result:bool}", method) |
|
|
|
} |
|
|
|
|
|
|
|
/****************************************************************************** |
|
|
|