From 3f8daeffbb298df25307b3fd422fecf88acf3de5 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Sun, 13 Aug 2017 04:16:18 +0200 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ca96320..483eb46d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit