Skip to content

Commit 037c0b7

Browse files
authored
Merge pull request #249 from Probono-GCC/develop
Develop
2 parents eea3f38 + 42d7d00 commit 037c0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/probono/gcc/school/controller/ClassController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ClassController {
3737

3838
@GetMapping("/test")
3939
public String test() {
40-
return "this is test~~~~~~~~~~~~!!!!!!!!!!!!!";
40+
return "blue-green test";
4141
}
4242

4343
@GetMapping("/test2")

0 commit comments

Comments
 (0)