add archiver and app provider route to all deployment examples

This commit is contained in:
Willy Kloucek
2021-11-09 16:55:46 +01:00
parent 3f8bebcec3
commit 5b6bae0349
6 changed files with 41 additions and 9 deletions

View File

@@ -114,6 +114,10 @@
"endpoint": "/app/",
"backend": "http://localhost:9140"
},
{
"endpoint": "/archiver",
"backend": "http://localhost:9140"
},
{
"endpoint": "/graph/",
"backend": "http://localhost:9120"
@@ -195,4 +199,4 @@
]
}
]
}
}