Skip to content

Commit

Permalink
Update the create-tenant URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Dec 12, 2024
1 parent 5dc480c commit bfc4aeb
Showing 1 changed file with 1 addition and 1 deletion.
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 bfc4aeb

Please sign in to comment.