We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0b39c commit 28975f6Copy full SHA for 28975f6
routes/api.php
@@ -9,6 +9,7 @@
9
Route::controller(TranslationController::class)
10
->as('translations.')
11
->prefix(config('translations-api.route_prefix'))
12
+ ->middleware(config('translations-api.middleware'))
13
->group(function () {
14
Route::get('/', 'index')->name('index');
15
Route::delete('delete/{translation}', 'delete')->name('delete');
0 commit comments