Skip to content

Commit

Permalink
feat: trigger for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Sep 21, 2024
1 parent 0e328ad commit 89b8157
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ public class UnionController {
public Basic basic(@ModelAttribute @Valid NameRequest nameRequest) {
return unionService.readBasic(nameRequest.name());
}

@GetMapping("test")
public String test() {
return "tete";
}
}

0 comments on commit 89b8157

Please sign in to comment.