1
0
mirror of https://git.waldn.net/git/knotteye/satyr.git synced 2025-06-21 22:43:50 +00:00

Fix incorrect reporting of domain in the api

This commit is contained in:
knotteye 2020-08-01 01:46:56 +00:00
parent eac5eaa035
commit c55ccb75aa

@ -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']