test routes url

This commit is contained in:
omair saleh
2021-06-20 13:55:07 +08:00
parent 17946fa027
commit a64985e98c
+1 -7
View File
@@ -62,11 +62,5 @@ Route::get('/transfer/merge/{marking}', function ($marking) {
})->name('booking.merge');
Route::get('/mail', function () {
Mail::send('emails.test_mail', [], function($message)
{
$message->to('uldvstar@example.com', 'Omair Saleh')->subject('Welcome!');
});
return 'working';
echo route('login');
});