Skip to content

Commit fc4d62e

Browse files
committed
hotfix: change api url to production url
1 parent b7387af commit fc4d62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from 'axios';
22

33
const api = axios.create({
4-
baseURL: 'https://test-commons-dashboard.herokuapp.com/',
4+
baseURL: 'https://dev-commons-config-backend.herokuapp.com/',
55
});
66

77
export default api;

0 commit comments

Comments
 (0)