pushed the onboarding module to production

This commit is contained in:
Kwesi Banson
2024-02-02 09:22:33 +00:00
parent 7a64019001
commit d4ab479e0c
9 changed files with 425 additions and 112 deletions

View File

@@ -24,6 +24,11 @@ Route::get('/home', 'HomeController@index')->name('home');
//Route::post('ipstore', 'NetworkOperatorsController@ipStore');
Route::get('testemail', 'UtilityController@EmailTest');
//insertOnboardingProgress
Route::get('dumpprogress', 'UtilityController@insertOnboardingProgress');
Route::get('testmap', 'UtilityController@maptest');