fix(Env): Ajusta a requisição para usar variavel de ambiente

This commit is contained in:
Keven 2025-12-09 12:25:25 -03:00
parent 69d34c713e
commit 7745961ff6

View file

@ -9,6 +9,8 @@ export default class API {
constructor() {
console.log('ajkadhkjasd', process.env.NEXT_PUBLIC_ORIUS_APP_API_URL)
console.table([{ nome: 'Keven', status: 'ativo' }]);
// Classe validadora das informações
this.ApiSchema = new ApiSchema();