From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx') diff --git a/lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx b/lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx index 7a14817f..9200e81b 100644 --- a/lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx +++ b/lib/tag-numbering/table/tagNumbering-table-toolbar-actions.tsx @@ -23,7 +23,7 @@ export function TagNumberingTableToolbarActions({ table }: ItemsTableToolbarActi setIsLoading(true) // API 엔드포인트 호출 - const response = await fetch('/api/cron/object-classes') + const response = await fetch('/api/cron/tag-types') if (!response.ok) { const errorData = await response.json() -- cgit v1.2.3