update final touch up for last delivery integration

This commit is contained in:
omair saleh
2022-04-07 22:28:51 +08:00
parent edd6b0d6ff
commit 8c29fcda1f
+4 -7
View File
@@ -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 () {