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:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-16 15:38:18 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-16 15:38:18 +0300
commitc4871ef8fe7f57ddb4db94cdea7a85330e749185 (patch)
treef2ceb288f432bf7f921b325c9e798ae107cef37d /sub/subService.go
parentecfffa882a159bb2a12954eed0f68eb4ec1a6120 (diff)
sub page: improved
Diffstat (limited to 'sub/subService.go')
-rw-r--r--sub/subService.go2
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,