We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48cd28 commit 39563e2Copy full SHA for 39563e2
1 file changed
solid/appinfo/routes.php
@@ -51,6 +51,10 @@
51
['name' => 'contacts#handlePatch', 'url' => '/@{userId}/contacts{path}', 'verb' => 'PATCH', 'requirements' => array('path' => '.+')],
52
['name' => 'contacts#handleHead', 'url' => '/@{userId}/contacts{path}', 'verb' => 'HEAD', 'requirements' => array('path' => '.+')],
53
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
+
58
['name' => 'app#appLauncher', 'url' => '/', 'verb' => 'GET'],
59
]
60
];
0 commit comments