updated metric API URL

This commit is contained in:
Pranay Prateek 2021-01-07 20:14:40 +05:30
parent e1fd9cec65
commit 19dc319381

View File

@ -1,9 +1,9 @@
import axios from 'axios';
export default axios.create({
baseURL: 'http://104.211.113.204:8080/api/v1/',
// baseURL: 'http://104.211.113.204:8080/api/v1/',
// baseURL: 'http://localhost:3000/api/v1/',
baseURL: 'http://localhost:3000/api/v1/',
}
);