summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-06-18 12:49:35 +0000
committergebele <gebele@in-silico.ch>2019-06-18 12:49:35 +0000
commit3869670b3acfb4de982f45ea24af940eccac5474 (patch)
tree6ad877b04260b252cd6af06014741cbd59928e56 /api
parent091e0c3d84223bb7513c88cbac103d0aaee1a32c (diff)
update routes and mime type and generate server uri for API file
Diffstat (limited to 'api')
-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"