From 708fd6615c97756eade415a6295b1fb663e4d3ef Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Thu, 21 Jan 2021 09:37:05 +0200 Subject: Enable log level management via actuator, /cps/api path to use for REST controllers only only Issue-ID: CPS-158 Change-Id: I1f9ff4429f331ca4204d1acaf73ac896a68994d0 Signed-off-by: Ruslan Kashapov --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d5f0c66f4..8282d30ca 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/targe ``` * Browse - * [Swagger UI](http://localhost:8080/api/cps/swagger-ui/index.html) - * [Api Documentation](http://localhost:8080/api/cps/v3/api-docs) + * [Swagger UI](http://localhost:8080/swagger-ui/index.html) + * [Api Documentation](http://localhost:8080/v3/api-docs) -- cgit 1.2.3-korg