Skip to content

Commit

Permalink
Merge pull request #7203 from dasuni-30/fix/27674
Browse files Browse the repository at this point in the history
Update the create-tenant URL
  • Loading branch information
dasuni-30 authored Jan 16, 2025
2 parents a7f91b5 + afd3f3b commit c20058e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-bobcats-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.core.v1": patch
---

Update the create-tenant url
2 changes: 1 addition & 1 deletion features/admin.core.v1/constants/app-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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` ],
Expand Down

0 comments on commit c20058e

Please sign in to comment.