diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 13:20:21 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 13:20:21 +0300 |
| commit | 8c8d280f147ce4e8f604080d1dbf066332e55efc (patch) | |
| tree | 73229c45d18fefb88f99682d9826af8d10c3ff6f /sub/subController.go | |
| parent | c720008187e36daeb7ac9799916c5ad16e1c57bf (diff) | |
minor change
Diffstat (limited to 'sub/subController.go')
| -rw-r--r-- | sub/subController.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/subController.go b/sub/subController.go index 0e16a02d..170cfa74 100644 --- a/sub/subController.go +++ b/sub/subController.go @@ -75,7 +75,7 @@ func (a *SUBController) subs(c *gin.Context) { // Build page data in service subURL, subJsonURL := a.subService.BuildURLs(scheme, hostWithPort, a.subPath, a.subJsonPath, subId) page := a.subService.BuildPageData(subId, hostHeader, traffic, lastOnline, subs, subURL, subJsonURL) - c.HTML(200, "subscription.html", gin.H{ + c.HTML(200, "subpage.html", gin.H{ "title": "subscription.title", "cur_ver": config.GetVersion(), "host": page.Host, |
