feat: 플로우테스터 개선 및 품목 테스트 데이터 업데이트
- LoginToken 모델 수정 - items-bom/crud/search 플로우 데이터 업데이트 - API_FLOW_TESTER_DESIGN 문서 업데이트 - example-flows 뷰 업데이트
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user