feat: allow requesting to register endpoints

This commit is contained in:
Jet Pham 2025-06-05 21:12:53 -07:00
parent 07dfe2d9bc
commit 5adf192e5d
No known key found for this signature in database
6 changed files with 178 additions and 44 deletions

View file

@ -1,16 +1,4 @@
{
"endpoints": [
{
"url": "http://localhost:8080/webhook",
"description": "Local development endpoint"
},
{
"url": "https://api.example.com/notifications",
"description": "Production notification service"
},
{
"url": "https://webhook.site/your-unique-id",
"description": "Webhook testing service"
}
]
}