feat: 플로우테스터 개선 및 품목 테스트 데이터 업데이트

- LoginToken 모델 수정
- items-bom/crud/search 플로우 데이터 업데이트
- API_FLOW_TESTER_DESIGN 문서 업데이트
- example-flows 뷰 업데이트
This commit is contained in:
2025-12-22 19:51:36 +09:00
parent 5742f9a3e4
commit 811a04347f
6 changed files with 16 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
"tags": ["items", "bom"]
},
"config": {
"baseUrl": "https://sam.kr/api/v1",
"baseUrl": "https://api.sam.kr/api/v1",
"timeout": 30000,
"stopOnFailure": false
},

View File

@@ -6,7 +6,7 @@
"tags": ["items", "crud", "faker"]
},
"config": {
"baseUrl": "https://sam.kr/api/v1",
"baseUrl": "https://api.sam.kr/api/v1",
"timeout": 30000,
"stopOnFailure": false,
"headers": {

View File

@@ -6,7 +6,7 @@
"tags": ["items", "search", "stats"]
},
"config": {
"baseUrl": "https://sam.kr/api/v1",
"baseUrl": "https://api.sam.kr/api/v1",
"timeout": 30000,
"stopOnFailure": false
},