Skip to content

Commit

Permalink
avances
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielromerod committed May 16, 2024
1 parent 0da858e commit 1c0d9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class EstudianteController {

@GetMapping("/hola")
public ResponseEntity<String> hola() {
return ResponseEntity.ok("Hola Mundo");
return ResponseEntity.ok("Hola Mundo, dbp esta en la casa");
}

@PostMapping
Expand Down

0 comments on commit 1c0d9e0

Please sign in to comment.