fehlerbehebung

This commit is contained in:
xoy 2023-01-28 23:21:06 +01:00
parent b539e6fc0d
commit 3c357e7d72
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ func httpHandleFunc(urlPath string, filepath string, contentType string) {
}
func httpHandleFuncWithPOST(urlPath string, filepath string, contentType string) {
urlPath = strings.ToLower(urlPath)
logger(readHttpYML() + "/" + urlPath + " <--> " + filepath + " <" + contentType + ">")
s := new(submit)
s.data = "null"