feat: allow requesting to register endpoints
This commit is contained in:
parent
07dfe2d9bc
commit
5adf192e5d
6 changed files with 178 additions and 44 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue