fix: 'province' & AreaInfo add parent
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
func statisticRouter(router *gin.RouterGroup) {
|
||||
statisticsRouter := router.Group("/statistics")
|
||||
{
|
||||
statisticsRouter.GET("/provience/:sort", handler.ProvinceDataHandler)
|
||||
statisticsRouter.GET("/province/:sort", handler.ProvinceDataHandler)
|
||||
statisticsRouter.GET("/city/:sort", handler.CityDataHandler)
|
||||
statisticsRouter.GET("/country/child", handler.CountryDataHandler)
|
||||
statisticsRouter.GET("/country", handler.CountryDataHandler)
|
||||
|
||||
Reference in New Issue
Block a user