Skip to content

Commit

Permalink
Update API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Jul 31, 2020
1 parent 901b2ae commit 310df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 310df61

Please # to comment.