Skip to content

Commit

Permalink
Merge pull request #5 from Team-GAJI/feature/#2-cicd/GAJI-25
Browse files Browse the repository at this point in the history
✨ Feat: test
  • Loading branch information
ShimFFF authored Jul 10, 2024
2 parents 1e4339b + 0d130ae commit 398431c
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 398431c

Please sign in to comment.