diff --git a/src/index.js b/src/index.js index 129cdda..1922a5e 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ const axios = require('axios'); const Conf = require('conf'); -const API_URL = 'https://micro-weather.now.sh'; +const API_URL = 'https://micro-weather.vercel.app'; const schema = require('./schema'); const config = new Conf({ projectName: 'weather-cli',