Skip to content

Commit

Permalink
Merge pull request #319 from yuminn-k/fix/ignored-paths-update
Browse files Browse the repository at this point in the history
[MIN-291] 🐛 ignoredPathsの更新:swagger URLの整理
  • Loading branch information
yuminn-k authored Jun 13, 2024
2 parents 132b358 + 9931d06 commit 890a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func setupRouter(db *gorm.DB, jwtService services.JWTService) *gin.Engine {
}

ignoredPaths := []string{
"/api/gin/swagger/*any",
"/api/gin/swagger/",
}

router.Use(globalErrorHandler)
Expand Down

0 comments on commit 890a7ca

Please sign in to comment.