debugging

This commit is contained in:
Justin Edmund 2022-01-29 22:04:46 -08:00
parent 27a774aed7
commit aef0e60b6a

View file

@ -23,6 +23,7 @@ class Api {
constructor({url}: {url: string}) {
this.url = url
this.endpoints = {}
console.log(process.env)
}
createEntity(entity: Entity) {