Blog deletion

This commit is contained in:
Caleb Gardner
2024-12-27 00:28:34 -06:00
parent aa180ae67e
commit 1229be1cee
4 changed files with 55 additions and 3 deletions
+1
View File
@@ -160,6 +160,7 @@ func setupWebsite(mux *http.ServeMux) {
// Editor stuff
mux.HandleFunc("GET /login", loginPageRequest)
mux.HandleFunc("GET /editor/", editorRequest)
mux.HandleFunc("DELETE /editor/edit", editorDelete)
mux.HandleFunc("GET /editor/edit", editorEdit)
mux.HandleFunc("POST /editor/post", editorPost)
mux.HandleFunc("POST /login", trueLoginRequest)