Finish server git add -A!

This commit is contained in:
Loic Guegan 2019-05-10 13:29:26 +02:00
parent 284ad037a5
commit 38d9702266
4 changed files with 43 additions and 3 deletions

View file

@ -51,7 +51,8 @@
(if dir
(refresh game :dir dir)
(refresh game))
(append (list :type "state") (dump gm game-id)))))
(to-json
(append (list :type "state") (dump gm game-id))))))
(defmethod handle-request ((api api) request)