Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson
2023-07-11 18:48:31 +08:00
2 changed files with 24 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ func SetCors(w http.ResponseWriter, r *http.Request) {
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)