Skip to content

Commit

Permalink
ci: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdjww committed Jul 4, 2024
1 parent bb8417a commit f505bd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController("/test")
@RestController
public class TestController {

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

0 comments on commit f505bd7

Please sign in to comment.