From 095ac40fa3ecf9ccd32dbc56aedc91cc475a89e2 Mon Sep 17 00:00:00 2001 From: jiyoungcheon Date: Fri, 1 Nov 2024 01:34:13 -0400 Subject: [PATCH] changed calling method on main() for requesting data list not the test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5345cec..c3c875f 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( func main() { // 매일 새벽 1시로 설정 - mybatch.BatchForPostRequestForDataListTest() + mybatch.BatchForPostRequestForDataList() // 배치 없이 http, ws, stt 바로 호출 //stt.ProcessPostRequestForDataList()