Update routes.php

This commit is contained in:
Shlee 2020-02-13 17:55:30 +08:00 committed by GitHub
parent 77bc605417
commit b629e4fd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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/',
],
];