mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
test routes url
This commit is contained in:
+1
-7
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user