vue2_frontend...

This commit is contained in:
최준흠 2022-09-28 17:01:45 +09:00
parent 9a6eb3ca74
commit e8e4e2f271

View File

@ -3,7 +3,7 @@ import tokenService from '../service/token.service'
const interceptor = (instance) => {
//API Request 전 처리용
instance.defaults.headers.post['Content-Type'] =
'application/x-www-form-urlencoded'
'application/x-www-form-urlencoded' //Post방식 접근
instance.defaults.headers.get['Accepts'] = 'application/json'
instance.defaults.timeout = 2500