added return to browsers
This commit is contained in:
parent
b458a0a998
commit
7d092e27d5
@ -12,6 +12,7 @@ func (con ServersApi) GetBrowsers(ctx *gin.Context) {
|
||||
|
||||
if err != nil {
|
||||
ctx.AbortWithError(500, err)
|
||||
return
|
||||
}
|
||||
|
||||
ctx.JSON(200, fileBrowsers)
|
||||
|
Loading…
x
Reference in New Issue
Block a user