Validacion API/external

This commit is contained in:
Juan Pablo Vial
2025-05-12 16:01:09 -04:00
parent abe37227ce
commit 9e2d7277b0
3 changed files with 47 additions and 2 deletions

View File

@ -27,4 +27,9 @@ return [
'/api/login/',
'/api/logout'
],
'externalPaths' => [
'/api/external' => [
'/toku' => $_ENV['TOKU_TOKEN']
],
]
];