diff --git a/index.js b/index.js index af0adf6..7b66c75 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,6 @@ import axios from 'axios'; const app = fastify({ logger: true }); -const instance = axios.create(); - app.get('/', async (req, res) => { return getData(3, 'FR'); });