merge conflict
This commit is contained in:
commit
e828164392
@ -52,7 +52,7 @@ func RegisterRoutes(e *echo.Echo, ctx *context.Context, cfg *config.Config) {
|
||||
return Result(c, err, ret)
|
||||
})
|
||||
e.GET("/ips/last", func(c echo.Context) (err error) {
|
||||
interval := "10 minutes"
|
||||
interval := "30 minutes"
|
||||
ret, err := models.GetIPsLast(ctx, cfg, interval)
|
||||
return Result(c, err, ret)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user