aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-01-21 09:37:05 +0200
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-01-21 17:46:11 +0200
commit708fd6615c97756eade415a6295b1fb663e4d3ef (patch)
tree215cfd5d3886f64e4b95232e5102bd4425f9bea1 /README.md
parentcd9f368b1f3c5e25e17e21649e582d84a909ac79 (diff)
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 <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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)