mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update routes.php
This commit is contained in:
parent
77bc605417
commit
b629e4fd90
1 changed files with 0 additions and 8 deletions
|
@ -1,16 +1,8 @@
|
|||
<?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/',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue