Merge branch 'api-bugix' into 'develop'
Fix incorrect reporting of domain in the api See merge request knotteye/satyr!17merge-requests/18/head
commit
0b7b040ade
|
@ -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']
|
||||
|
|
Reference in New Issue