Skip to content

Commit

Permalink
✨ Feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimFFF committed Jul 10, 2024
1 parent 3d0f334 commit 0d130ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gaji/service/domain/test/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class TestController {

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

0 comments on commit 0d130ae

Please sign in to comment.