Skip to content

Commit 39563e2

Browse files
committed
add routes
1 parent c48cd28 commit 39563e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

solid/appinfo/routes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
['name' => 'contacts#handlePatch', 'url' => '/@{userId}/contacts{path}', 'verb' => 'PATCH', 'requirements' => array('path' => '.+')],
5252
['name' => 'contacts#handleHead', 'url' => '/@{userId}/contacts{path}', 'verb' => 'HEAD', 'requirements' => array('path' => '.+')],
5353

54+
['name' => 'solidwebhook#listWebhooks', 'url' => '/webhook/list', 'verb' => 'GET'],
55+
['name' => 'solidwebhook#register', 'url' => '/webhook/register', 'verb' => 'POST'],
56+
['name' => 'solidwebhook#unregister', 'url' => '/webhook/unregister', 'verb' => 'POST'],
57+
5458
['name' => 'app#appLauncher', 'url' => '/', 'verb' => 'GET'],
5559
]
5660
];

0 commit comments

Comments
 (0)