open urls with basepath
This commit is contained in:
parent
1a0db29aa6
commit
8aafb1b729
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue