This commit is contained in:
Olusesan Ameye
2021-03-25 02:31:43 -04:00
parent 171220864c
commit 28c4f40150
6 changed files with 28 additions and 16 deletions
+6
View File
@@ -37,5 +37,11 @@ Route::get('/contact', function () {
return view('contact');
});
Route::get('/webpresence', function () {
return view('webpresence');
});
Route::post('customer/login/{id}', 'CustomerLoginController@startLogin');
Route::get('customer/loginlogo/', 'CustomerLoginController@loginLogo');