diff --git a/config/config.go b/config/config.go index eb00fa4..a7e237d 100644 --- a/config/config.go +++ b/config/config.go @@ -36,6 +36,6 @@ func init() { FrontendDir = os.Getenv("FRONTEND_DIR") PageBase = pageBase{ - BasePath: path.Join(ServerAddress, Prefix), + BasePath: "http://" + path.Join(ServerAddress, Prefix), } }