diff options
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, |
