Validacion API/external
This commit is contained in:
@ -27,4 +27,9 @@ return [
|
||||
'/api/login/',
|
||||
'/api/logout'
|
||||
],
|
||||
'externalPaths' => [
|
||||
'/api/external' => [
|
||||
'/toku' => $_ENV['TOKU_TOKEN']
|
||||
],
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user