Configuracion de API

This commit is contained in:
Juan Pablo Vial
2024-08-27 14:46:57 -04:00
parent f9f133d3a9
commit d9dab9c88d
2 changed files with 13 additions and 1 deletions

View File

@ -17,5 +17,13 @@ return [
'images'
]);
return (object) $urls;
}
},
'permittedPaths' => [
'/api',
'/api/',
],
'simplePaths' => [
'/api/login',
'/api/login/',
],
];