summaryrefslogtreecommitdiff
path: root/components/form-data
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-06-24 01:51:59 +0000
committerjoonhoekim <26rote@gmail.com>2025-06-24 01:51:59 +0000
commit6824e097d768f724cf439b410ccfb1ab9685ac98 (patch)
tree1f297313637878e7a4ad6c89b84d5a2c3e9eb650 /components/form-data
parentf4825dd3853188de4688fb4a56c0f4e847da314b (diff)
parent4e63d8427d26d0d1b366ddc53650e15f3481fc75 (diff)
(merge) 대표님/최겸 작업사항 머지
Diffstat (limited to 'components/form-data')
-rw-r--r--components/form-data/form-data-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx
index b59684e3..92ec3c56 100644
--- a/components/form-data/form-data-table.tsx
+++ b/components/form-data/form-data-table.tsx
@@ -111,7 +111,7 @@ async function fetchTemplateFromSEDP(projectCode: string, formCode: string): Pro
// Make the API call
const response = await fetch(
- `${SEDP_API_BASE_URL}/Data/GetPubData`,
+ `${SEDP_API_BASE_URL}/Template/GetByRegisterID`,
{
method: 'POST',
headers: {