diff --git a/server/server.go b/server/server.go index 77336c7..f7b03a0 100644 --- a/server/server.go +++ b/server/server.go @@ -44,7 +44,7 @@ func (h *Handler) GetAddr() string { if h.CertFile != "" && h.KeyFile != "" { proto = "https" } - return proto + "://" + h.Addr + return proto + "://" + h.Addr + BasePath } func (h *Handler) Start() {