mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
show proxy detail
This commit is contained in:
@@ -667,6 +667,7 @@ func (c *HandleController) MakeProxyFunc() func(context *gin.Context) {
|
||||
res.Code = FrpServerError
|
||||
res.Success = false
|
||||
res.Message = err.Error()
|
||||
log.Print(err)
|
||||
context.JSON(http.StatusOK, &res)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user