diff --git a/servers/browsers.go b/servers/browsers.go index d68eafe..3c4fd5e 100644 --- a/servers/browsers.go +++ b/servers/browsers.go @@ -12,6 +12,7 @@ func (con ServersApi) GetBrowsers(ctx *gin.Context) { if err != nil { ctx.AbortWithError(500, err) + return } ctx.JSON(200, fileBrowsers)