This commit is contained in:
Keven 2025-12-09 16:55:30 -03:00
parent 8f9659ea5b
commit 21d5d94197
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,5 @@
'use server';
import { withClientErrorHandler } from '@/shared/actions/withClientErrorHandler/withClientErrorHandler';
import { TServicoPedidoIndexData } from '../../data/TServicoPedido/TServicoPedidoIndexData';

View file

@ -8,10 +8,6 @@ export default class API {
constructor() {
console.log(process.env.NEXT_PUBLIC_ORIUS_APP_API_URL)
console.log(process.env.NEXT_PUBLIC_ORIUS_APP_API_PREFIX)
console.log(process.env.NEXT_PUBLIC_ORIUS_APP_API_CONTENT_TYPE)
// Classe validadora das informações
this.ApiSchema = new ApiSchema();