Skip to content

Commit e5b4151

Browse files
author
Andrey Helldar
authored
Fixed route for clearing the cache for Lumen
1 parent 29f678e commit e5b4151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/lumen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'as' => 'list',
2020
]);
2121

22-
Route::get('clear', [
22+
Route::post('clear', [
2323
'middleware' => config('pretty-routes.api_middleware'),
2424
'uses' => 'PrettyRoutes\Http\PrettyRoutesController@clear',
2525
'as' => 'clear',

0 commit comments

Comments
 (0)