Skip to content

Commit

Permalink
fix(router): 优化代码格式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim3088 committed Dec 3, 2024
1 parent f2f455f commit d789166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func Init(r *gin.Engine) {
{
adminLostAndFound.PUT("", lostAndFoundController.ReviewLostAndFound)
adminLostAndFound.PUT("/update", lostAndFoundController.UpdateLostAndFound)
}
}

adminActivity := admin.Group("/activity", midwares.CheckAdmin)
{
adminActivity.POST("", activityController.CreateActivity)
Expand Down

0 comments on commit d789166

Please sign in to comment.