Merge branch 'api-bugix' into 'develop'

Fix incorrect reporting of domain in the api

See merge request knotteye/satyr!17
merge-requests/18/head
knotteye 2020-08-01 01:53:23 +00:00
commit 0b7b040ade
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ async function initAPI() {
res.send(
JSON.stringify({
name: config['satyr']['name'],
domain: config['satyr']['name'],
domain: config['satyr']['domain'],
registration: config['satyr']['registration'],
version: config['satyr']['version'],
email: config['satyr']['email']