diff options
Diffstat (limited to 'sub/subController.go')
| -rw-r--r-- | sub/subController.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/subController.go b/sub/subController.go index 0e9e2c97..a765ef06 100644 --- a/sub/subController.go +++ b/sub/subController.go @@ -138,6 +138,7 @@ func (a *SUBController) subs(c *gin.Context) { "host": page.Host, "base_path": page.BasePath, "sId": page.SId, + "enabled": page.Enabled, "download": page.Download, "upload": page.Upload, "total": page.Total, |
