Browse Source

update

tags/v1.22.1.3
liuzx 4 years ago
parent
commit
2f97fbbac3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/api.go

+ 1
- 1
routers/api/v1/api.go View File

@@ -534,7 +534,7 @@ func RegisterRoutes(m *macaron.Macaron) {
m.Get("/downloadAllOpenI", repo.ServeAllProjectsOpenIStatisticsFile)
m.Group("/project", func() {
m.Get("", repo.GetAllProjectsPeriodStatistics)
m.Post("/numVisit", repo.ProjectNumVisit)
m.Get("/numVisit", repo.ProjectNumVisit)

m.Group("/:id", func() {
m.Get("", repo.GetProjectLatestStatistics)


Loading…
Cancel
Save