Skip to content

Commit

Permalink
chore: fix blog core configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jul 23, 2024
1 parent 47d22fa commit 9c7889a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions config/blog-core.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

$routePrefix = env('BLOG_API_ROUTE_PREFIX', 'api');

return [
'defaults' => [],
];
2 changes: 1 addition & 1 deletion routes/blog-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|
| Here is where you can register bot routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "api" middleware group. Enjoy building your API!
| be assigned to the "core" middleware group. Enjoy building your API!
|
*/

0 comments on commit 9c7889a

Please # to comment.