NIP-11: fix pubkey field

This commit is contained in:
Alex Gleason 2023-12-19 22:01:41 -06:00
parent 26e64e781c
commit 3ae47ee865
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const relayInfoController: AppController = (c) => {
return c.json({
name: 'Ditto',
description: 'Nostr and the Fediverse.',
pubkey: '<administrative contact pubkey>',
pubkey: Conf.pubkey,
contact: `mailto:${Conf.adminEmail}`,
supported_nips: [1, 5, 9, 11, 45, 46, 98],
software: 'Ditto',