Closed chucamphong closed 1 year ago
Is your feature request related to a problem? Please describe. My project is running locally with port 44000 but Swagger always redirects to localhost:3200. I want to change oauth2RedirectUrl so it can redirect properly.
Describe the solution you'd like
swaggerUI := swagger.WrapHandler(swaggerFiles.Handler, swagger.Config{ Oauth2RedirectUrl: "http://localhost:44000", })
Is your feature request related to a problem? Please describe. My project is running locally with port 44000 but Swagger always redirects to localhost:3200. I want to change oauth2RedirectUrl so it can redirect properly.
Describe the solution you'd like