Add localUrl to serialization

This commit is contained in:
Jaco Greeff
2017-11-21 15:02:54 +01:00
parent e67b05e632
commit 17df58b767
2 changed files with 6 additions and 1 deletions

View File

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