6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
|
import axios from "axios";
|
||
|
|
||
|
axios.defaults.baseURL = 'http://127.0.0.1:7025/copyright';
|
||
|
axios.defaults.headers['X-USER-ID'] = '80d3365e-0597-4988-979e-18ef1c3ec671';
|
||
|
|
||
|
export const Axios = axios;
|