code update recorded at: 23/04/26 11:24:04
This commit is contained in:
parent
9c01838494
commit
e8c5d1b465
|
|
@ -14,7 +14,7 @@ public class Handler {
|
||||||
public ResponseEntity<String> handler(String method, String requestBody) {
|
public ResponseEntity<String> handler(String method, String requestBody) {
|
||||||
try {
|
try {
|
||||||
// Prepare the response JSON
|
// Prepare the response JSON
|
||||||
String responseJson = "{\"message\": \"Hello World\"}";
|
String responseJson = "{\"message\": \"Hello World - Testing"}";
|
||||||
|
|
||||||
// Print the JSON response to stdout
|
// Print the JSON response to stdout
|
||||||
System.out.println(responseJson);
|
System.out.println(responseJson);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user