mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-30 06:31:07 +00:00 
			
		
		
		
	open urls with basepath
This commit is contained in:
		| @@ -44,7 +44,7 @@ func (h *Handler) GetAddr() string { | |||||||
| 	if h.CertFile != "" && h.KeyFile != "" { | 	if h.CertFile != "" && h.KeyFile != "" { | ||||||
| 		proto = "https" | 		proto = "https" | ||||||
| 	} | 	} | ||||||
| 	return proto + "://" + h.Addr | 	return proto + "://" + h.Addr + BasePath | ||||||
| } | } | ||||||
|  |  | ||||||
| func (h *Handler) Start() { | func (h *Handler) Start() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user