From b1c5e91c058b06e7cb5e6d94c5221c25ce2e3c65 Mon Sep 17 00:00:00 2001 From: manishrathore15 <116122241+manishrathore15@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:16:42 -0400 Subject: [PATCH 1/5] Update Application.java --- src/main/java/hello/Application.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/hello/Application.java b/src/main/java/hello/Application.java index 71c1f0a..8c1d222 100644 --- a/src/main/java/hello/Application.java +++ b/src/main/java/hello/Application.java @@ -61,7 +61,8 @@ public String index(@RequestBody ArenaUpdate arenaUpdate) { // TODO add your implementation here to replace the random response. - return commands[i]; + //return commands[i]; + return "T"; } } From aebae5fbd16b0d956509058c72e594f9197e748f Mon Sep 17 00:00:00 2001 From: manishrathore15 <116122241+manishrathore15@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:34:46 -0400 Subject: [PATCH 2/5] Update Application.java --- src/main/java/hello/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/hello/Application.java b/src/main/java/hello/Application.java index 8c1d222..a838d92 100644 --- a/src/main/java/hello/Application.java +++ b/src/main/java/hello/Application.java @@ -61,8 +61,8 @@ public String index(@RequestBody ArenaUpdate arenaUpdate) { // TODO add your implementation here to replace the random response. - //return commands[i]; - return "T"; + return commands[i]; + //return "T"; } } From 38d3953ae957251124e5a6815f2ed21990dca7ec Mon Sep 17 00:00:00 2001 From: manishrathore15 <116122241+manishrathore15@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:41:39 -0400 Subject: [PATCH 3/5] Update Application.java --- src/main/java/hello/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/hello/Application.java b/src/main/java/hello/Application.java index a838d92..8c1d222 100644 --- a/src/main/java/hello/Application.java +++ b/src/main/java/hello/Application.java @@ -61,8 +61,8 @@ public String index(@RequestBody ArenaUpdate arenaUpdate) { // TODO add your implementation here to replace the random response. - return commands[i]; - //return "T"; + //return commands[i]; + return "T"; } } From 43c88c83ce0a0831839ef40fd7f5f503ba3cf867 Mon Sep 17 00:00:00 2001 From: manishrathore15 <116122241+manishrathore15@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:48:27 -0400 Subject: [PATCH 4/5] Update Application.java --- src/main/java/hello/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/hello/Application.java b/src/main/java/hello/Application.java index 8c1d222..a838d92 100644 --- a/src/main/java/hello/Application.java +++ b/src/main/java/hello/Application.java @@ -61,8 +61,8 @@ public String index(@RequestBody ArenaUpdate arenaUpdate) { // TODO add your implementation here to replace the random response. - //return commands[i]; - return "T"; + return commands[i]; + //return "T"; } } From 7c130801acef68a74ea1d6d86eb2591ebbb4fea8 Mon Sep 17 00:00:00 2001 From: manishrathore15 <116122241+manishrathore15@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:56:06 -0400 Subject: [PATCH 5/5] Update Application.java --- src/main/java/hello/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/hello/Application.java b/src/main/java/hello/Application.java index a838d92..8c1d222 100644 --- a/src/main/java/hello/Application.java +++ b/src/main/java/hello/Application.java @@ -61,8 +61,8 @@ public String index(@RequestBody ArenaUpdate arenaUpdate) { // TODO add your implementation here to replace the random response. - return commands[i]; - //return "T"; + //return commands[i]; + return "T"; } }