We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179fab7 commit 4fed815Copy full SHA for 4fed815
config/blog-api.php
@@ -1,10 +1,8 @@
1
<?php
2
3
-$routePrefix = env('BLOG_API_ROUTE_PREFIX', 'api');
4
-
5
return [
6
'defaults' => [
7
/* Set route prefix for the blog API */
8
- 'route_prefix' => $routePrefix,
+ 'route_prefix' => env('BLOG_API_ROUTE_PREFIX', 'api'),
9
],
10
];
0 commit comments