edit added
All checks were successful
Deploy to NAS / deploy (push) Successful in 1m51s

This commit is contained in:
Christoph K.
2026-04-09 22:25:31 +02:00
parent fa76787d7b
commit b73d91ccaa
6 changed files with 201 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ func NewRouter(
r.Get("/days/redirect", webUI.HandleDaysRedirect)
r.Get("/days/{date}", webUI.HandleDayDetail)
r.Post("/entries", journalHandler.HandleCreateEntry)
r.Get("/entries/{id}/edit", journalHandler.HandleGetEditEntry)
r.Post("/entries/{id}", journalHandler.HandleUpdateEntry)
})
// Admin routes