Skip to content

Commit 682a670

Browse files
committed
Remove dead-end endpoint.
1 parent b1b22ab commit 682a670

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

solid/appinfo/routes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
['name' => 'page#approval', 'url' => '/sharing/{clientId}', 'verb' => 'GET'],
1414
['name' => 'page#handleRevoke', 'url' => '/revoke/{clientId}', 'verb' => 'GET'],
1515
['name' => 'page#handleApproval', 'url' => '/sharing/{clientId}', 'verb' => 'POST'],
16-
['name' => 'page#dataJson', 'url' => '/@{userId}/data.json', 'verb' => 'GET' ],
1716
['name' => 'page#customscheme', 'url' => '/customscheme', 'verb' => 'GET'],
1817

1918
['name' => 'server#cors', 'url' => '/{path}', 'verb' => 'OPTIONS', 'requirements' => array('path' => '.+') ],

0 commit comments

Comments
 (0)