1635
This commit is contained in:
parent
bcbcc8557b
commit
e39970587b
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ 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