diff options
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-01-21 09:37:05 +0200 |
---|---|---|
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-01-21 17:46:11 +0200 |
commit | 708fd6615c97756eade415a6295b1fb663e4d3ef (patch) | |
tree | 215cfd5d3886f64e4b95232e5102bd4425f9bea1 /README.md | |
parent | cd9f368b1f3c5e25e17e21649e582d84a909ac79 (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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |