add docker to project
This commit is contained in:
@@ -5,7 +5,7 @@ class Flatastic {
|
||||
this.apikey = apikey;
|
||||
}
|
||||
|
||||
async request(url: stringany) {
|
||||
async request(url: string) {
|
||||
const headers = {
|
||||
accept: "application/json, text/plain, */*",
|
||||
"accept-language":
|
||||
|
||||
Reference in New Issue
Block a user