diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-16 15:38:18 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-16 15:38:18 +0300 |
| commit | c4871ef8fe7f57ddb4db94cdea7a85330e749185 (patch) | |
| tree | f2ceb288f432bf7f921b325c9e798ae107cef37d /sub/subService.go | |
| parent | ecfffa882a159bb2a12954eed0f68eb4ec1a6120 (diff) | |
sub page: improved
Diffstat (limited to 'sub/subService.go')
| -rw-r--r-- | sub/subService.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/subService.go b/sub/subService.go index 9f2d93f5..17b05ad0 100644 --- a/sub/subService.go +++ b/sub/subService.go @@ -1109,7 +1109,7 @@ func (s *SubService) BuildPageData(subId string, hostHeader string, traffic xray return PageData{ Host: hostHeader, - BasePath: "/", + BasePath: "/", // kept as "/"; templates now use context base_path injected from router SId: subId, Download: download, Upload: upload, |
