We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d43a commit 44338a8Copy full SHA for 44338a8
pkg/vectorxws/webserver.go
@@ -85,6 +85,7 @@ func apiHandler(w http.ResponseWriter, r *http.Request) {
85
fmt.Fprintf(w, "{ \"result\": \"KO\"}")
86
}
87
*/
88
+ _, _ = os.Create(filepath.Join(os.Getenv("VECTORX_HOME"), ".setup"))
89
fmt.Fprintf(w, "{ \"result\": \"OK\"}")
90
91
0 commit comments