Compare commits
1 Commits
17-04-26-9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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