UNPKG
wfw
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.1
1.0.0
scu wfw
wfw
/
src
/
utils
/
http.js
8 lines
(4 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
axios
from
'axios'
const
instance = axios.
create
() instance.
defaults
.
headers
.
post
[
'Content-Type'
] =
'application/x-www-form-urlencoded'
export
default
instance