fix
This commit is contained in:
parent
b023f76e9b
commit
4ec95ab738
|
@ -6,7 +6,7 @@ $method = $_SERVER["REQUEST_METHOD"];
|
|||
|
||||
$routes = [
|
||||
'POST' => [
|
||||
'/api/oauth/token' => [AuthController::class, 'token']
|
||||
'/api_candidatos/oauth/token' => [AuthController::class, 'token']
|
||||
]
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue