summaryrefslogtreecommitdiff
path: root/api/api.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.json')
-rw-r--r--api/api.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/api.json b/api/api.json
index 194b0d8..6d42127 100644
--- a/api/api.json
+++ b/api/api.json
@@ -2,7 +2,7 @@
"openapi": "3.0.0",
"servers": [
{
- "url": "https://lazar.in-silico.ch/api"
+ "url": "https://SERVER_URI/api"
}
],
"info": {
@@ -24,7 +24,7 @@
"url": "https://github.com/OpenRiskNet/home/blob/master/openshift/deployments/lazar/README.md"
},
"paths": {
- "/api": {
+ "/api.json": {
"get": {
"tags": [
"api"