Skip to content

Commit

Permalink
Merge pull request #343 from yuminn-k/feat/update-nginx-cors-config
Browse files Browse the repository at this point in the history
allowedOriginsのURL追加
  • Loading branch information
yuminn-k authored Sep 23, 2024
2 parents a056df6 + 81bb488 commit 8cdfcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func setupRouter(db *gorm.DB, jwtService services.JWTService) *gin.Engine {
"http://10.0.9.193",
"http://minori-next-lb-1326724168.ap-northeast-2.elb.amazonaws.com",
"https://minoriedu.com",
"https://minoriedu.com:80",
"http://43.203.66.25/api/gin/swagger/index.html",
}

Expand Down

0 comments on commit 8cdfcf4

Please sign in to comment.