POST Error when making a move on a chess board
I have a frontend chess board where each piece is movable/draggable to a square and the moves are to be transferred over to the backend via the post api.
I have a frontend chess board where each piece is movable/draggable to a square and the moves are to be transferred over to the backend via the post api.