Front-End moves not working as expected #17

Closed
opened 2024-12-18 13:39:23 +00:00 by leon-adsk · 0 comments
leon-adsk commented 2024-12-18 13:39:23 +00:00 (Migrated from github.com)

possibly CORS related, when typing 0,7,0,5 into the move field and submitting post req containing this json should be sent

{
    "fromX": 0,
    "fromY": 7,
    "toX": 0,
    "toY": 5,
    "playerId": "pxxx"
}

response should be 200 with content "move processed"

possibly CORS related, when typing 0,7,0,5 into the move field and submitting post req containing this json should be sent ```json { "fromX": 0, "fromY": 7, "toX": 0, "toY": 5, "playerId": "pxxx" } ``` response should be 200 with content "move processed"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leon-adsk/r2-boardgames-a#17
No description provided.