From cb4e5a19e71e9b84c0c2d01125c725e835599816 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Fri, 16 Aug 2019 19:14:26 +0200 Subject: [PATCH] Update documentation to add new routes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45e78ea..4c55ff8 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ See [config.yml.example](config.yml.example) file for an example. ## Internals -* Frontend handles HTTP or HTTPS requests on "/master" and "/replica" routes available on Patroni API +* Frontend handles HTTP or HTTPS requests on "/primary", "/master", "/replica", "/read-write" and "/read-only" routes available on Patroni API * Backend requests Patroni API using HTTP or HTTPS protocol and exposes state to frontend * Cache implements an in-memory key-value store to cache backend responses for some time ## Build -Run `./build.sh` script and enjoy! \ No newline at end of file +Run `./build.sh` script and enjoy!