mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:12:41 +08:00
Updated design for snapshot sharing dialog, #1596
This commit is contained in:
@ -43,6 +43,7 @@ func Register(r *macaron.Macaron) {
|
||||
|
||||
// dashboard snapshots
|
||||
r.Post("/api/snapshots/", bind(m.CreateDashboardSnapshotCommand{}), CreateDashboardSnapshot)
|
||||
r.Get("/dashboard/snapshots/*", Index)
|
||||
r.Get("/api/snapshots/:key", GetDashboardSnapshot)
|
||||
|
||||
// authed api
|
||||
|
Reference in New Issue
Block a user