Skip to content

Commit

Permalink
deploy: 변경사항 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Jan 5, 2025
1 parent 381b442 commit 1ed9219
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ public class testController {

@GetMapping("/api")
public ResponseEntity<String> mainPage() {
return ResponseEntity.ok().body("test3");
return ResponseEntity.ok().body("test4");
}

@GetMapping("/api/oh")
public ResponseEntity<String> sidePage() {
return ResponseEntity.ok().body("new test4");
return ResponseEntity.ok().body("new test5");
}
}

0 comments on commit 1ed9219

Please sign in to comment.