prefix('unit-media')->group(function () { Route::get('/me', 'indexMe'); Route::post('/me', 'storeMe'); });