add unhandled panic

This commit is contained in:
Jeffrey Duroyon
2020-05-17 01:27:08 +02:00
parent 992854a901
commit 38950ebafd
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func (hc *handlersContext) createAHamster(c *gin.Context) {
}
func (hc *handlersContext) updateAHamster(c *gin.Context) {
panic("TO DO")
}
func (hc *handlersContext) deleteAHamster(c *gin.Context) {