Merge pull request #7100 from paritytech/jg-dapp-localUrl

Local dapp development URL
This commit is contained in:
Marek Kotewicz
2017-11-21 20:42:51 +01:00
committed by GitHub
11 changed files with 56 additions and 8 deletions

View File

@@ -295,6 +295,7 @@ mod server {
version: app.version,
author: app.author,
icon_url: app.icon_url,
local_url: app.local_url,
})
.collect()
}