mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-30 09:54:16 +00:00
update final touch up for last delivery integration
This commit is contained in:
+4
-7
@@ -27,13 +27,8 @@ use Illuminate\Support\Facades\Route;
|
||||
|
||||
require __DIR__ . '/template.php';
|
||||
|
||||
Route::get('', function () {
|
||||
return view('pages.accounts.login');
|
||||
})->name('login');
|
||||
|
||||
|
||||
Route::domain('hywave.izyim.com')->group(function () {
|
||||
Route::group(['prefix' => 'last_mile_delivery', 'as' => 'last_mile_delivery.'], function () {
|
||||
Route::group(['as' => 'last_mile_delivery.'], function () {
|
||||
Route::get('/', function () {
|
||||
return view('pages.accounts.signup');
|
||||
})->name('login');
|
||||
@@ -48,7 +43,9 @@ Route::domain('hywave.izyim.com')->group(function () {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Route::get('', function () {
|
||||
return view('pages.accounts.login');
|
||||
})->name('login');
|
||||
|
||||
Route::group(['prefix' => 'swagger'], function () {
|
||||
Route::get('/', function () {
|
||||
|
||||
Reference in New Issue
Block a user