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
config/ambiente.php
Normal file → Executable file
0
config/ambiente.php
Normal file → Executable file
0
config/app.php
Normal file → Executable file
0
config/app.php
Normal file → Executable file
0
config/auth.php
Normal file → Executable file
0
config/auth.php
Normal file → Executable file
0
config/broadcasting.php
Normal file → Executable file
0
config/broadcasting.php
Normal file → Executable file
0
config/cache.php
Normal file → Executable file
0
config/cache.php
Normal file → Executable file
0
config/cartalyst.sentinel.php
Normal file → Executable file
0
config/cartalyst.sentinel.php
Normal file → Executable file
14
config/cors.php
Normal file → Executable file
14
config/cors.php
Normal file → Executable file
@@ -11,13 +11,13 @@ return [
|
||||
| to accept any value.
|
||||
|
|
||||
*/
|
||||
|
||||
'supportsCredentials' => false,
|
||||
'allowedOrigins' => ['*'],
|
||||
|
||||
'supportsCredentials' => true,
|
||||
'allowedOrigins' => ['https://sio.consultoria-as.com', 'http://localhost:4200', 'http://192.168.10.197:4200', '*'],
|
||||
'allowedOriginsPatterns' => [],
|
||||
'allowedHeaders' => ['*'],
|
||||
'allowedMethods' => ['*'],
|
||||
'exposedHeaders' => [],
|
||||
'maxAge' => 0,
|
||||
'allowedHeaders' => ['Content-Type', 'Authorization', 'X-Requested-With', 'Accept', 'Origin', 'Application'],
|
||||
'allowedMethods' => ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'],
|
||||
'exposedHeaders' => ['Authorization'],
|
||||
'maxAge' => 3600,
|
||||
|
||||
];
|
||||
|
||||
0
config/database.php
Normal file → Executable file
0
config/database.php
Normal file → Executable file
0
config/dompdf.php
Normal file → Executable file
0
config/dompdf.php
Normal file → Executable file
0
config/excel.php
Normal file → Executable file
0
config/excel.php
Normal file → Executable file
0
config/filesystems.php
Normal file → Executable file
0
config/filesystems.php
Normal file → Executable file
0
config/firebase.php
Normal file → Executable file
0
config/firebase.php
Normal file → Executable file
2
config/jwt.php
Normal file → Executable file
2
config/jwt.php
Normal file → Executable file
@@ -21,7 +21,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'secret' => env('JWT_SECRET', 'wDoIYDrnf8j0YiHGJcrHsYQ9k4hkZK76'),
|
||||
'secret' => env('JWT_SECRET', 'vYzA0jtIMih86HBYwkhbA8YhJp424CjU'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
0
config/mail.php
Normal file → Executable file
0
config/mail.php
Normal file → Executable file
0
config/queue.php
Normal file → Executable file
0
config/queue.php
Normal file → Executable file
0
config/services.php
Normal file → Executable file
0
config/services.php
Normal file → Executable file
0
config/session.php
Normal file → Executable file
0
config/session.php
Normal file → Executable file
0
config/tinker.php
Normal file → Executable file
0
config/tinker.php
Normal file → Executable file
0
config/view.php
Normal file → Executable file
0
config/view.php
Normal file → Executable file
Reference in New Issue
Block a user