From 4fed815edc1093f5d3ded9fb528784b146d39f2d Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 10 Dec 2024 22:36:17 +0700 Subject: [PATCH] #28 refactor: the config for blog api --- config/blog-api.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/blog-api.php b/config/blog-api.php index 3d8509d..b987ae6 100644 --- a/config/blog-api.php +++ b/config/blog-api.php @@ -1,10 +1,8 @@ [ /* Set route prefix for the blog API */ - 'route_prefix' => $routePrefix, + 'route_prefix' => env('BLOG_API_ROUTE_PREFIX', 'api'), ], ];