diff --git a/src/shared/services/api/Api.ts b/src/shared/services/api/Api.ts index 739f67e..f2ef40b 100644 --- a/src/shared/services/api/Api.ts +++ b/src/shared/services/api/Api.ts @@ -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();