Função de fechamento de rota em Laravel

Route::get('/greeting', function () {
    return 'Hello World';
});
Purple Team