Format fix
This commit is contained in:
parent
907f20c34c
commit
d43d940d87
@ -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}/`, {
|
const response = await fetch(`https://api.my-mc.link/list_all_servers/${process.env.PATH_KEY}/`, {
|
||||||
headers: {
|
headers: {
|
||||||
'x-my-mc-auth': process.env.API_KEY
|
'x-my-mc-auth': process.env.API_KEY
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
|
Loading…
Reference in New Issue
Block a user