Fix incorrect reporting of domain in the api

merge-requests/17/head
knotteye 4 years ago
parent eac5eaa035
commit c55ccb75aa
  1. 2
      src/http.ts

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