[69507b]: / app / frontend / src / api / images.js

Download this file

5 lines (4 with data), 94 Bytes

1
2
3
4
5
import axios from 'axios';
export default axios.create({
baseURL: 'http://backend:5000'
});