From be0cf829095027acff0836d67e485210b3497c07 Mon Sep 17 00:00:00 2001 From: Roman Strobl Date: Tue, 8 Mar 2022 15:40:01 +0100 Subject: [PATCH] Fix #140: Fix Swagger URLs --- docs/Getting-Started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 33f940c..2c1ce62 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -111,26 +111,26 @@ _Note: All databases are already created with the correct structure and contain |------------------------|-----------------------------|----------------------------------------------------------------------| | PowerAuth Server | Base URL | http://localhost:20010/powerauth-java-server | | | Status URL (POST) | http://localhost:20010/powerauth-java-server/rest/v3/status | -| | Swagger Documentation | http://localhost:20030/powerauth-java-server/swagger-ui.html | +| | Swagger Documentation | http://localhost:20030/powerauth-java-server/swagger-ui/index.html | | PowerAuth Admin | Web GUI | http://localhost:20010/powerauth-admin | | | Status URL | http://localhost:20010/powerauth-admin/api/service/status | | PowerAuth Push Server | Web GUI | http://localhost:20030/powerauth-push-server | | | Status URL | http://localhost:20030/powerauth-push-server/push/service/status | -| | Swagger Documentation | http://localhost:20030/powerauth-push-server/swagger-ui.html | +| | Swagger Documentation | http://localhost:20030/powerauth-push-server/swagger-ui/index.html | | PowerAuth Web Flow | Base URL | http://localhost:13030/powerauth-webflow | | | Status URL | http://localhost:13030/powerauth-webflow/api/service/status | -| | Swagger Documentation | http://localhost:13030/powerauth-webflow/swagger-ui.html | +| | Swagger Documentation | http://localhost:13030/powerauth-webflow/swagger-ui/index.html | | | OAuth 2.0 Authorization URL | http://localhost:13030/powerauth-webflow/oauth/authorize | | | OAuth 2.0 Token URL | http://localhost:13030/powerauth-webflow/oauth/token | | | User Profile Resource URL | http://localhost:13030/powerauth-webflow/api/secure/profile/me | | PowerAuth Next Step | Base URL | http://localhost:13010/powerauth-nextstep | -| | Swagger Documentation | http://localhost:13010/powerauth-nextstep/swagger-ui.html | +| | Swagger Documentation | http://localhost:13010/powerauth-nextstep/swagger-ui/index.html | | | Status URL | http://localhost:13010/powerauth-nextstep/api/service/status | | PowerAuth Data Adapter | Base URL | http://localhost:13050/powerauth-data-adapter | -| | Swagger Documentation | http://localhost:13050/powerauth-data-adapter/swagger-ui.html | +| | Swagger Documentation | http://localhost:13050/powerauth-data-adapter/swagger-ui/index.html | | | Status URL | http://localhost:13050/powerauth-data-adapter/api/service/status | | PowerAuth TPP Engine | Base URL | http://localhost:13060/powerauth-tpp-engine | -| | Swagger Documentation | http://localhost:13060/powerauth-tpp-engine/swagger-ui.html | +| | Swagger Documentation | http://localhost:13060/powerauth-tpp-engine/swagger-ui/index.html | | | Status URL | http://localhost:13060/powerauth-tpp-engine/api/service/status | You can verify status of PowerAuth server using POST method: