refactor: drop webhook system

This commit is contained in:
2025-01-15 20:31:05 +00:00
parent 5e97f4d12a
commit b45018d0de
8 changed files with 3 additions and 118 deletions

2
Cargo.lock generated
View File

@ -3202,7 +3202,6 @@ dependencies = [
"nostr",
"nostr-cursor",
"pretty_env_logger",
"rand",
"regex",
"reqwest",
"rocket",
@ -3213,7 +3212,6 @@ dependencies = [
"sqlx-postgres",
"tokio",
"tokio-util",
"url",
"uuid",
]