play-api-refiner
play-api-refiner copied to clipboard
Results
1
play-api-refiner issues
Sort by
recently updated
recently updated
newest added
OpenAPI helper gives 200 code even if my Action does not return OK. For example , this should be a 303 : ```scala def forward: Action[Unit] = Action(parse.empty) { implicit...
enhancement