Skip to content

Commit

Permalink
Changed payload key name
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Feb 8, 2022
1 parent d353a3a commit 01ccc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/shapes-api/shapes-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class ShapesApiProvider {
if (!robot_api)
robot_api = "control";
this.http.post("http://" + robot_api + "/action/dianoia_state", {
game_status: state
state: state
}).subscribe(data => {
}, error => {
console.error(error);
Expand Down

0 comments on commit 01ccc11

Please sign in to comment.