debugging
This commit is contained in:
parent
27a774aed7
commit
aef0e60b6a
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class Api {
|
||||||
constructor({url}: {url: string}) {
|
constructor({url}: {url: string}) {
|
||||||
this.url = url
|
this.url = url
|
||||||
this.endpoints = {}
|
this.endpoints = {}
|
||||||
|
console.log(process.env)
|
||||||
}
|
}
|
||||||
|
|
||||||
createEntity(entity: Entity) {
|
createEntity(entity: Entity) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue