This commit is contained in:
laodaming
2023-07-11 18:37:36 +08:00
parent d2766d5bd3
commit ccf1ae19b2
2 changed files with 24 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ var Backends []*Backend
func main() {
rootDir := "../server" // Change this to your root directory
vueBuild := "/home/eson/workspace/fusenpack-vue-created"
vueBuild := "/home/ldm/workdir/fusenpack-vue-created"
apiURL, err := url.Parse("http://localhost:9900")
if err != nil {
panic(err)