WIP: auto env generator

This commit is contained in:
Jesse Malotaux 2025-04-11 18:59:30 +02:00
parent 3cc0a2017d
commit 0a4e798e86
5 changed files with 99 additions and 8 deletions

View file

@ -39,8 +39,6 @@ func ApiGet(w http.ResponseWriter, r *http.Request) {
file = "../public/index.html" // default
}
// app.MCRMLog("GET:", file)
http.ServeFile(w, r, file) // serve file
}