Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable
This commit is contained in:
commit
b02f3e85a7
@ -214,6 +214,6 @@ model MS_USR_TRK {
|
|||||||
OWNER String @db.VarChar(100)
|
OWNER String @db.VarChar(100)
|
||||||
TYPE String @db.VarChar(50)
|
TYPE String @db.VarChar(50)
|
||||||
URL String? @db.VarChar(200)
|
URL String? @db.VarChar(200)
|
||||||
data String? @db.VarChar(200)
|
DATA String? @db.VarChar(200)
|
||||||
REG_DT DateTime @default(now())
|
REG_DT DateTime @default(now())
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export const axiosInstance = (url: string | null | undefined) => {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
axios.interceptors.response.use(
|
instance.interceptors.response.use(
|
||||||
(response) => transferResponse(response),
|
(response) => transferResponse(response),
|
||||||
(error) => {
|
(error) => {
|
||||||
// 에러 처리 로직
|
// 에러 처리 로직
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user