First test for files feature

This commit is contained in:
Héctor Hurtado
2019-10-18 08:35:33 +02:00
parent efaa0ba375
commit 06c1c49d8e
2 changed files with 35 additions and 0 deletions
+3
View File
@@ -101,3 +101,6 @@ func getRequestForm(w http.ResponseWriter, r *http.Request, h *model.Handler) {
w.WriteHeader(http.StatusNotFound)
}
}
func getRequestFiles(w http.ResponseWriter, r *http.Request, h *model.Handler) {
}