Skip to content

Commit

Permalink
Update middleware.go
Browse files Browse the repository at this point in the history
  • Loading branch information
IGSON2 committed May 27, 2024
1 parent ab75caf commit be0e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func adminAuthMiddleware(adminID string, maker *token.PasetoMaker) fiber.Handler

func createNewOriginMiddleware() fiber.Handler {
return cors.New(cors.Config{
AllowOrigins: "https://bitmoi.co.kr, https://m.bitmoi.co.kr, http://localhost:3000, http://m.bitmoi.co.kr:443, http://m.bitmoi.co.kr:3000",
AllowOrigins: "https://bitmoi.co.kr, https://m.bitmoi.co.kr, http://localhost:3000, http://m.bitmoi.co.kr:444, http://m.bitmoi.co.kr:3000",
})
}

Expand Down

0 comments on commit be0e209

Please sign in to comment.