mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: syncs all profile localStorage to disk (#2537)
This commit is contained in:
@@ -105,7 +105,7 @@ func createRouter(h *handler) *chi.Mux {
|
||||
r.Get("/api/logs/{host}/{id}", h.fetchLogsBetweenDates)
|
||||
r.Get("/api/events/stream", h.streamEvents)
|
||||
r.Get("/api/releases", h.releases)
|
||||
r.Put("/api/profile/settings", h.saveSettings)
|
||||
r.Patch("/api/profile", h.updateProfile)
|
||||
r.Get("/api/content/{id}", h.staticContent)
|
||||
r.Get("/logout", h.clearSession) // TODO remove this
|
||||
r.Get("/version", h.version)
|
||||
|
||||
Reference in New Issue
Block a user