1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/config/routes.php
2018-05-19 21:06:28 -06:00

16 lines
No EOL
352 B
PHP

<?php
return [
'api' => [
'base' => config('app.url') . '/api/1/',
'sharedInbox' => config('app.url') . '/api/sharedInbox',
'search' => config('app.url') . env('MIX_API_SEARCH'),
],
'hashtag' => [
'base' => config('app.url') . '/discover/tags/',
'search' => config('app.url') . '/discover/tags/',
],
];