add json method

This commit is contained in:
2024-01-20 20:59:56 -06:00
parent a59ae6f1fb
commit 18d295c993
4 changed files with 52 additions and 0 deletions

View File

@@ -105,3 +105,7 @@ func tmpltStatusNotFound(w http.ResponseWriter, path string) {
}
w.Write(msgBuffer.Bytes()) //nolint:errcheck
}
func tmpltTXT(w http.ResponseWriter) {
}