Cleanup code & make sure it has a common code style
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import axios from 'axios'
|
||||
|
||||
export const HTTP = axios.create({
|
||||
baseURL: window.API_URL
|
||||
baseURL: window.API_URL,
|
||||
})
|
||||
|
Reference in New Issue
Block a user