added return to browsers

This commit is contained in:
ACoolName 2025-03-24 09:43:23 +02:00
parent b458a0a998
commit 7d092e27d5

View File

@ -12,6 +12,7 @@ func (con ServersApi) GetBrowsers(ctx *gin.Context) {
if err != nil {
ctx.AbortWithError(500, err)
return
}
ctx.JSON(200, fileBrowsers)