Browse Source

get database

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
f0db1e0e3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      routes/web.php

+ 1
- 1
routes/web.php View File

@@ -15,7 +15,7 @@ Route::get('/', function () {
});

Route::get('/request-reset-docket', 'Controller@resetDocket');
Route::get('/get-database', 'Controller@updateAddress');
Route::get('/get-database', 'Controller@getDatabase');
// Route::get('/delete-dealer-claim', 'Controller@deleteTodayClaim');

Route::get('/convert-password/{action}/', ['uses' => 'Auth\AdminController@encryptPassword']);

Loading…
Cancel
Save