Skip to content

Commit 69f54f2

Browse files
replaced URL
1 parent f409dff commit 69f54f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axios-orders.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from 'axios';
22

33
const instance = axios.create({
4-
baseURL: 'https://nodeshop-br.herokuapp.com/',
4+
baseURL: 'nodeshoprestapibackend-production.up.railway.app',
55
});
66

77
export default instance;

0 commit comments

Comments
 (0)