From b629e4fd9022bf6f0f4376624c92f279d1a58d90 Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Feb 2020 17:55:30 +0800 Subject: [PATCH] Update routes.php --- config/routes.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/routes.php b/config/routes.php index ab355cf22..ce2067944 100644 --- a/config/routes.php +++ b/config/routes.php @@ -1,16 +1,8 @@ [ - '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/', ], - ];