mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'api' => [
|
|
||||||
'base' => config('app.url').'/api/1/',
|
|
||||||
'sharedInbox' => config('app.url').'/api/sharedInbox',
|
|
||||||
'search' => config('app.url').env('MIX_API_SEARCH'),
|
|
||||||
],
|
|
||||||
|
|
||||||
'hashtag' => [
|
'hashtag' => [
|
||||||
'base' => config('app.url').'/discover/tags/',
|
'base' => config('app.url').'/discover/tags/',
|
||||||
'search' => config('app.url').'/discover/tags/',
|
'search' => config('app.url').'/discover/tags/',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue