fehlerbehebung

This commit is contained in:
xoy 2023-01-28 23:21:06 +01:00
parent c8dbfd542e
commit 13a2e19fa6
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"