File tree 2 files changed +2
-2
lines changed
modules/openapi-generator/src/main/resources/scala-play-server/app
samples/server/petstore/scala-play-server/app/api
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ import play.api.mvc._
6
6
@Singleton
7
7
class ApiDocController @Inject()(cc: ControllerComponents) extends AbstractController(cc) {
8
8
def api: Action[AnyContent] = Action {
9
- Redirect(" /assets/lib/swagger-ui/index.html?/ url=/assets/openapi.json" )
9
+ Redirect(" /assets/lib/swagger-ui/index.html?url=/assets/openapi.json" )
10
10
}
11
11
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ import play.api.mvc._
6
6
@ Singleton
7
7
class ApiDocController @ Inject ()(cc : ControllerComponents ) extends AbstractController (cc) {
8
8
def api : Action [AnyContent ] = Action {
9
- Redirect (" /assets/lib/swagger-ui/index.html?/ url=/assets/openapi.json" )
9
+ Redirect (" /assets/lib/swagger-ui/index.html?url=/assets/openapi.json" )
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments