- Le immagini uploadate non vengono visualizzate subito... cache... aggiungere la versione dell'immagine: vers_img
- Aggiunto il Server TESTRISO e TEST_PCB.
This commit is contained in:
@@ -1229,7 +1229,7 @@ router.post('/cloudflare', authenticate, async (req, res) => {
|
||||
} else if (cmd === "setCorrectIpsOnDNS") {
|
||||
result = await cf.setCorrectIpsOnDNS(record);
|
||||
} else if (cmd === "gettok") {
|
||||
result = JSON.parse(process.env.CLOUDFLARE_TOKENS);
|
||||
result = process.env.CLOUDFLARE_TOKENS ? JSON.parse(process.env.CLOUDFLARE_TOKENS) : '';
|
||||
}
|
||||
|
||||
return res.send(result);
|
||||
|
||||
Reference in New Issue
Block a user