return response
This commit is contained in:
parent
96296a65ad
commit
b010ba2dfb
|
@ -12,4 +12,5 @@ class ApiBase:
|
||||||
method=method,
|
method=method,
|
||||||
headers=self.headers
|
headers=self.headers
|
||||||
)
|
)
|
||||||
|
return response
|
||||||
|
|
Loading…
Reference in a new issue