diff --git a/.changeset/three-bobcats-pretend.md b/.changeset/three-bobcats-pretend.md new file mode 100644 index 00000000000..baa77761a8f --- /dev/null +++ b/.changeset/three-bobcats-pretend.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.core.v1": patch +--- + +Update the create-tenant url diff --git a/features/admin.core.v1/constants/app-constants.ts b/features/admin.core.v1/constants/app-constants.ts index da04261f20c..63f021a1be9 100644 --- a/features/admin.core.v1/constants/app-constants.ts +++ b/features/admin.core.v1/constants/app-constants.ts @@ -375,7 +375,7 @@ export class AppConstants { "ATTRIBUTE_MAPPINGS", `${AppConstants.getAdminViewBasePath()}/attribute-mappings/:type/:customAttributeMappingID?` ], - [ "CREATE_TENANT", `${AppConstants.getMainViewBasePath()}/create-tenant` ], + [ "CREATE_TENANT", `${AppConstants.getAppBasePath()}/create-tenant` ], [ "ORGANIZATIONS", `${AppConstants.getAdminViewBasePath()}/organizations` ], [ "ORGANIZATION_UPDATE", `${AppConstants.getAdminViewBasePath()}/organizations/:id` ], [ "ORGANIZATION_ROLES", `${AppConstants.getAdminViewBasePath()}/roles/organization-roles` ],