Fix base path
This commit is contained in:
@@ -36,6 +36,6 @@ func init() {
|
||||
FrontendDir = os.Getenv("FRONTEND_DIR")
|
||||
|
||||
PageBase = pageBase{
|
||||
BasePath: path.Join(ServerAddress, Prefix),
|
||||
BasePath: "http://" + path.Join(ServerAddress, Prefix),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user