Let admins edit event date and time
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -203,6 +203,7 @@ func main() {
|
||||
r.Get("/e/{slug}/admin/{token}", srv.handleAdmin)
|
||||
r.Post("/e/{slug}/admin/{token}/description", srv.handleUpdateDescription)
|
||||
r.Post("/e/{slug}/admin/{token}/location", srv.handleUpdateLocation)
|
||||
r.Post("/e/{slug}/admin/{token}/datetime", srv.handleUpdateDateTime)
|
||||
r.Post("/e/{slug}/admin/{token}/slot", srv.handleCreateSlot)
|
||||
r.Delete("/e/{slug}/admin/{token}/slot/{slotID}", srv.handleDeleteSlot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user