Add /servers/surprise endpoint
This commit is contained in:
parent
0e4d5a035f
commit
d0102327c0
4 changed files with 64 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ use Slim\Http\Response;
|
|||
* @var $app \Slim\App
|
||||
*/
|
||||
|
||||
$app->get('/servers/surprise', \Friendica\Directory\Routes\Http\Surprise::class);
|
||||
$app->get('/servers', \Friendica\Directory\Routes\Web\Servers::class);
|
||||
|
||||
$app->get('/search[/{account_type}]', function (Request $request, Response $response, $args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue