Page MenuHomec4science

http-common.js
No OneTemporary

File Metadata

Created
Sun, Jun 9, 23:07

http-common.js

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

Event Timeline