feat: Actualizacion sistema SIO Backend
- Nuevo modulo de historial de cambios (ServicioHistorial) - Observer para tracking automatico de cambios en servicios - Correccion de variables auxiliar en ServiciosController - Actualizacion de configuraciones y migraciones - Endpoint para consultar historial de cambios Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
0
routes/administrador-routes.php
Normal file → Executable file
0
routes/administrador-routes.php
Normal file → Executable file
3
routes/api.php
Normal file → Executable file
3
routes/api.php
Normal file → Executable file
@@ -24,6 +24,9 @@ Route::post('recoverpassword', 'Auth\AuthenticateController@recoverPassword');
|
||||
Route::group(['middleware'=>['jwt']],function(){
|
||||
Route::post('updatepassword', 'Auth\AuthenticateController@updatePassword');
|
||||
Route::post('token_firebase', 'Auth\AuthenticateController@tokenFirebase');
|
||||
|
||||
// Historial de cambios - sin ACL para acceso general
|
||||
Route::get('atencionclientes/solicitud_servicios/{servicio_det_id}/historial', 'AtencionClientes\ServiciosController@historial');
|
||||
});
|
||||
|
||||
|
||||
|
||||
0
routes/atencion-clientes-routes.php
Normal file → Executable file
0
routes/atencion-clientes-routes.php
Normal file → Executable file
0
routes/channels.php
Normal file → Executable file
0
routes/channels.php
Normal file → Executable file
0
routes/console.php
Normal file → Executable file
0
routes/console.php
Normal file → Executable file
0
routes/operador-routes.php
Normal file → Executable file
0
routes/operador-routes.php
Normal file → Executable file
0
routes/reportes-routes.php
Normal file → Executable file
0
routes/reportes-routes.php
Normal file → Executable file
0
routes/supervisor-operaciones-routes.php
Normal file → Executable file
0
routes/supervisor-operaciones-routes.php
Normal file → Executable file
0
routes/web.php
Normal file → Executable file
0
routes/web.php
Normal file → Executable file
Reference in New Issue
Block a user