summaryrefslogtreecommitdiff
path: root/components/form-data/form-data-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/form-data/form-data-table.tsx')
-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: {