Halfway trough editor

This commit is contained in:
Senad Uka
2023-09-09 05:43:31 +02:00
parent a3187bdcc1
commit 1765a150bb
10 changed files with 219 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ func StartServer(waitgroup *sync.WaitGroup) {
r.HandleFunc("/y/{year}/m/{month}/", monthHandler)
r.HandleFunc("/editor/e/{postID}", editHandler)
r.HandleFunc("/editor/n/", newHandler)
r.HandeeFunc("/editor", editorHandler)
err = http.ListenAndServe(":8018", r)
if err != nil {