mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
data management page shows all user data statistics
This commit is contained in:
@@ -187,6 +187,7 @@ func startWebServer(c *cli.Context) error {
|
||||
}
|
||||
|
||||
// Data
|
||||
apiV1Route.GET("/data/statistics.json", bindApi(api.DataManagements.DataStatisticsHandler))
|
||||
apiV1Route.POST("/data/clear.json", bindApi(api.DataManagements.ClearDataHandler))
|
||||
|
||||
// Accounts
|
||||
|
||||
Reference in New Issue
Block a user