better filename

This commit is contained in:
Jeff Carr 2025-01-30 04:53:41 -06:00
parent aab8d232b5
commit ad52b03d8f
3 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ clean:
rm -f go.*
rm -f go.wit.com
rm -f gowebd
go-mod-clean --purge
# makes a .deb package
debian:

View File

@ -82,6 +82,10 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
savePatchset(w, msg)
return
}
if route == "/GetPatchsets" {
doSendPatchsets(w)
return
}
if route == "/patchsetlist" {
listPatchsets(w)