fix
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user