diff --git a/src/routers/funcs.go b/src/routers/funcs.go index 579492f..4524661 100644 --- a/src/routers/funcs.go +++ b/src/routers/funcs.go @@ -41,6 +41,8 @@ func RegisterRoutes(e *echo.Echo, ctx *context.Context, cfg *config.Config) { } if num > 0 { msg = fmt.Sprintf("Inserted %d IP", num) + } else { + msg = "No IP inserted" } return Result(c, err, msg) })