less hacking way of pulling poe data
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import axios from 'axios';
|
||||
|
||||
export const http = axios.create();
|
||||
|
||||
export const setHeader = (header: string, value: string) => {
|
||||
http.defaults.headers[header] = value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user