add docker to project

This commit is contained in:
2025-08-27 18:15:55 +02:00
parent 49d7dd4b9e
commit d15f2e2d36
4 changed files with 23 additions and 2 deletions

View File

@@ -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":