fix
This commit is contained in:
parent
dd7a4489f4
commit
f6bc7a52fd
|
@ -12,7 +12,7 @@ class AuthController {
|
||||||
public static function token() {
|
public static function token() {
|
||||||
header('Content-Type: application/json; charset=UTF-8');
|
header('Content-Type: application/json; charset=UTF-8');
|
||||||
|
|
||||||
$config = require_once __DIR__ . '/../../config/oauth.php';
|
$config = require_once __DIR__ . '/../../Config/oauth.php';
|
||||||
$conn = Database::connect();
|
$conn = Database::connect();
|
||||||
// Configurar server
|
// Configurar server
|
||||||
$clientRepository = new ClientRepository();
|
$clientRepository = new ClientRepository();
|
||||||
|
|
Loading…
Reference in New Issue