diff --git a/config/routes.php b/config/routes.php new file mode 100644 index 000000000..3b6e5e162 --- /dev/null +++ b/config/routes.php @@ -0,0 +1,16 @@ + [ + '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/', + ], + +]; \ No newline at end of file