Send domain as part of the apps routes

This commit is contained in:
Johannes Zellner
2017-11-02 22:17:23 +01:00
parent 5c272fe5d9
commit 5ca31f2484

View File

@@ -51,6 +51,7 @@ function removeInternalAppFields(app) {
runState: app.runState,
health: app.health,
location: app.location,
domain: app.domain,
accessRestriction: app.accessRestriction,
manifest: app.manifest,
portBindings: app.portBindings,