Explorar el Código

capitalize address

hajar
Siti Hajar Ibrahim hace 4 años
padre
commit
1733ee4b4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      routes/web.php

+ 1
- 1
routes/web.php Ver fichero

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

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

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

Cargando…
Cancelar
Guardar