fix: 'province' & AreaInfo add parent
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
// @Param sort path string false "data sorted by" Enums(today, total, now, default)
|
||||
func ProvinceDataHandler(c *gin.Context) {
|
||||
sort := c.Param("sort")
|
||||
data := service.GetAllProvienceData(sort)
|
||||
data := service.GetAllProvinceData(sort)
|
||||
utils.Succ(c, data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user