Skip to content

Commit

Permalink
Renaming to match the convention useSelenimu-> Useselenium
Browse files Browse the repository at this point in the history
  • Loading branch information
mouaadbbk committed Nov 13, 2023
1 parent e2ae652 commit 45a57d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@CrossOrigin(origins = "*", maxAge = 3600)
@RestController
@RequestMapping("/microservice/selenium")
public class useSelenium {
public class UseSelenium {
@PostMapping("/test")
public SeleniumResponse testWithSelenium(@RequestBody SeleniumCase seleniumCase) {
List<SeleniumAction> seleniumActions = seleniumCase.getActions();
Expand Down

0 comments on commit 45a57d1

Please sign in to comment.