Page MenuHomec4science

http-common.js
No OneTemporary

File Metadata

Created
Sat, Jun 1, 23:22

http-common.js

import axios from "axios";
export default axios.create({
baseURL: "http://localhost:8080/api",
headers: {
"Content-type": "application/json"
}
});

Event Timeline