From: Carl Worth Date: Mon, 1 Jun 2020 18:30:06 +0000 (-0700) Subject: tictactoe: Change /move event to have data named "move", not "square" X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9426bf42aaa7c88c86de4c3ac02a694df8362fda;hp=9426bf42aaa7c88c86de4c3ac02a694df8362fda;p=lmno-api tictactoe: Change /move event to have data named "move", not "square" We're intentionally being more generic here that the API could be generalized, (allowing for an implementation in a base class handling things in the general case). ---