Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable

This commit is contained in:
Daseul Kim 2025-05-16 18:31:33 +09:00
commit b02f3e85a7
2 changed files with 2 additions and 2 deletions

View File

@ -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())
} }

View File

@ -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) => {
// 에러 처리 로직 // 에러 처리 로직