Skip to content
Snippets Groups Projects
Verified Commit 69800a3f authored by Martin Weise's avatar Martin Weise
Browse files

Relative path

parent 5e1d07ee
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ author: Martin Weise
* Ports: 5000/tcp
* Prometheus: `http://:5000/metrics`
* Swagger UI: `http://:5000/swagger-ui/index.html` <a href="/swagger/analyse" target="_blank">:fontawesome-solid-square-up-right: view online</a>
* Swagger UI: `http://:5000/swagger-ui/index.html` <a href="../swagger/analyse" target="_blank">:fontawesome-solid-square-up-right: view online</a>
It suggests data types for the FAIR Portal when creating a table from a *comma separated values* (CSV) file. It
recommends enumerations for columns and returns e.g. a list of potential primary key candidates. The researcher is able
......
......@@ -12,7 +12,7 @@ author: Martin Weise
* Info: `http://:9093/actuator/info`
* Health: `http://:9093/actuator/health`
* Prometheus: `http://:9093/actuator/prometheus`
* Swagger UI: `http://:9093/swagger-ui/index.html` <a href="/swagger/data" target="_blank">:fontawesome-solid-square-up-right: view online</a>
* Swagger UI: `http://:9093/swagger-ui/index.html` <a href="../swagger/data" target="_blank">:fontawesome-solid-square-up-right: view online</a>
## Overview
......
......@@ -14,7 +14,7 @@ author: Martin Weise
* Readiness: `http://:9099/actuator/health/readiness`
* Liveness: `http://:9099/actuator/health/liveness`
* Prometheus: `http://:9099/actuator/prometheus`
* Swagger UI: `http://:9099/swagger-ui/index.html` <a href="/swagger/metadata" target="_blank">:fontawesome-solid-square-up-right: view online</a>
* Swagger UI: `http://:9099/swagger-ui/index.html` <a href="../swagger/metadata" target="_blank">:fontawesome-solid-square-up-right: view online</a>
## Overview
......
......@@ -12,7 +12,7 @@ author: Martin Weise
* Info: `http://:9050/actuator/info`
* Health: `http://:9050/actuator/health`
* Prometheus: `http://:9050/actuator/prometheus`
* Swagger UI: `http://:9050/swagger-ui/index.html` <a href="/swagger/mirror" target="_blank">:fontawesome-solid-square-up-right: view online</a>
* Swagger UI: `http://:9050/swagger-ui/index.html` <a href="../swagger/mirror" target="_blank">:fontawesome-solid-square-up-right: view online</a>
## Overview
......
......@@ -11,7 +11,7 @@ author: Martin Weise
* Ports: 1080/tcp
* TUS: `http://:1080/api/upload/files`
* Prometheus: `http://:1080/metrics`
* Swagger UI: <a href="/swagger/upload" target="_blank">:fontawesome-solid-square-up-right: view online</a>
* Swagger UI: <a href="../swagger/upload" target="_blank">:fontawesome-solid-square-up-right: view online</a>
## Overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment