Format fix

This commit is contained in:
Raven 2024-08-03 02:21:11 -04:00
parent 907f20c34c
commit d43d940d87

View File

@ -312,7 +312,7 @@ app.post('/api/v1/chat', async (req, res) => {
const response = await fetch(`https://api.my-mc.link/list_all_servers/${process.env.PATH_KEY}/`, {
headers: {
'x-my-mc-auth': process.env.API_KEY
}
}
});
const data = await response.json();