Remove obsolete functions
This commit is contained in:
@@ -371,14 +371,6 @@ func (h *handler) handlePost(w http.ResponseWriter, r *http.Request, urlPath, fs
|
||||
h.handleAppend(w, r, urlPath, fsPath)
|
||||
return
|
||||
}
|
||||
if query.Has("cleantasks") {
|
||||
h.handleCleanTasks(w, r, urlPath, fsPath)
|
||||
return
|
||||
}
|
||||
if query.Has("addtask") {
|
||||
h.handleAddTask(w, r, urlPath, fsPath)
|
||||
return
|
||||
}
|
||||
if query.Has("settings") {
|
||||
h.handleSettings(w, r, urlPath, fsPath)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user