updated headers to prevent 302 error

This commit is contained in:
Quentin Roussel
2024-08-18 12:57:28 +08:00
parent c6fc11f276
commit 3119f41941
4 changed files with 11 additions and 8 deletions

View File

@@ -7,6 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.mjs"
},
"dependencies": {
"canvas": "^2.11.2"
},
"author": "",
"license": "ISC"
}