Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sub/subController.go')
-rw-r--r--sub/subController.go1
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,