mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:02:30 +08:00
UI and backend connectivity implemented
This commit is contained in:
@ -69,6 +69,7 @@ func Register(r *macaron.Macaron) {
|
||||
|
||||
// dashboard snapshots
|
||||
r.Get("/dashboard/snapshot/*", Index)
|
||||
r.Get("/dashboard/snapshots/", reqSignedIn, Index)
|
||||
|
||||
// api for dashboard snapshots
|
||||
r.Post("/api/snapshots/", bind(m.CreateDashboardSnapshotCommand{}), CreateDashboardSnapshot)
|
||||
|
Reference in New Issue
Block a user