diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2017-08-13 04:16:18 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-08-15 00:05:55 +0200 |
commit | 3f8daeffbb298df25307b3fd422fecf88acf3de5 (patch) | |
tree | 3ef44bedc32959aea25c87efa6d18d497b8c8a08 /README.md | |
parent | Remove obsolete routes.js (diff) | |
download | seven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.tar.gz seven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.tar.bz2 seven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.zip |
Move from JsonDoc to Livedoc
The Livedoc project, based on JsonDoc, implements the overrides that we
used to make in this project for websocket compatibility.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Missing steps: - End of game event - Access scoring -A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/jsondoc-ui.html?url=https://seven-wonders-online.herokuapp.com/doc) +A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/jsondoc-ui.html?url=https://seven-wonders-online.herokuapp.com/jsondoc) is available. It is in construction as well because I'm adding wesocket support to the existing REST-API support. ### Client |