WIP Render nostr profile and relay status with Ruby

This commit is contained in:
2026-08-11 13:26:37 -06:00
parent 4f22471aa0
commit 0dcd07c6f7
14 changed files with 168 additions and 126 deletions
+1
View File
@@ -68,6 +68,7 @@ Rails.application.routes.draw do
post 'reset_email_password'
post 'set_nostr_pubkey'
delete 'nostr_pubkey', to: 'settings#remove_nostr_pubkey'
get 'fetch_nostr_user_metadata', as: 'nostr_user_metadata'
end
end