From c4871ef8fe7f57ddb4db94cdea7a85330e749185 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 16 Sep 2025 14:38:18 +0200 Subject: sub page: improved --- sub/subService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/subService.go') 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, -- cgit v1.2.3