Skip to content

Commit

Permalink
fix: controller
Browse files Browse the repository at this point in the history
  • Loading branch information
LSBsity committed Aug 3, 2024
1 parent 79f8799 commit 13c40fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TestController {

@GetMapping("/test")
public String test() {
return "! hi hi hi hi !";
return "hi hi hi hi !";
}

}

0 comments on commit 13c40fe

Please sign in to comment.