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