1655
This commit is contained in:
parent
8f9659ea5b
commit
21d5d94197
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
'use server';
|
||||
|
||||
import { withClientErrorHandler } from '@/shared/actions/withClientErrorHandler/withClientErrorHandler';
|
||||
|
||||
import { TServicoPedidoIndexData } from '../../data/TServicoPedido/TServicoPedidoIndexData';
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue