We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f409dff commit 69f54f2Copy full SHA for 69f54f2
src/axios-orders.js
@@ -1,7 +1,7 @@
1
import axios from 'axios';
2
3
const instance = axios.create({
4
- baseURL: 'https://nodeshop-br.herokuapp.com/',
+ baseURL: 'nodeshoprestapibackend-production.up.railway.app',
5
});
6
7
export default instance;
0 commit comments