removed content-type

This commit is contained in:
jojopirker
2023-01-04 20:09:03 +01:00
parent efdfb09695
commit 173356929a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ const handler = async (req, res) => {
method: "GET",
headers: {
"X-API-Key": process.env.FASTAPI_KEY,
"Content-Type": "application/json",
},
});
const messages = await messagesRes.json();
-1
View File
@@ -18,7 +18,6 @@ const handler = async (req, res) => {
method: "GET",
headers: {
"X-API-Key": process.env.FASTAPI_KEY,
"Content-Type": "application/json",
},
});
const messages = await messagesRes.json();