Skip to content

Commit 63c92a0

Browse files
committed
update path
1 parent b739ebc commit 63c92a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/urls/appUrlHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const getFooterLayoutUrl = () => `${appPath}/api/v1/footer`;
187187
export const getFetchFormDynamicsUrl = (layoutSetId: string) => `${appPath}/api/ruleconfiguration/${layoutSetId}`;
188188
export const getLayoutsUrl = (layoutSetId: string, instanceId?: string) => {
189189
if (instanceId) {
190-
return `${appPath}/instance/${instanceId}/layouts/${layoutSetId}`;
190+
return `${appPath}/instances/${instanceId}/layouts/${layoutSetId}`;
191191
}
192192
return `${appPath}/api/layouts/${layoutSetId}`;
193193
};

0 commit comments

Comments
 (0)