From e23c24fd97efb1d4995fe8e9c2d62a499866a6e3 Mon Sep 17 00:00:00 2001 From: Tamas Bunth <tamas.bunth@collabora.co.uk> Date: Mon, 5 Mar 2018 21:40:31 +0100 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a7583dc..5eacafe 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ For more information on how to this works with other frontends/backends, head ov ## API The Rest API documentation can be found on `http://<IP-address>:8080/v2/api-docs` after -deploying and running the server. +deploying and running the server. The Swagger UI is here: `http://<IP-address>:8080/swagger-ui.html` The Json description is produced with [Swagger](https://swagger.io/) -- GitLab