Skip to content

Commit 7da9081

Browse files
committed
fix: add 'api' middleware to blog API route group for improved request handling
1 parent 60fa42d commit 7da9081

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/blog-api.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
/* Set route prefix for the blog API */
66
'route_prefix' => env('BLOG_API_ROUTE_PREFIX', 'api'),
77
],
8-
9-
'cors_custom_domain_pattern' => env('CORS_CUSTOM_DOMAIN_PATTERN', '/^$/'),
108
];

0 commit comments

Comments
 (0)