chore: add TODO for edit role dialog implementation

This commit is contained in:
CREDO23 2025-12-16 08:32:57 +00:00
parent fcfa621a74
commit 0397f716f8
3 changed files with 12 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import { baseApiService } from "./base-api.service";
class PermissionsApiService {
getPermissions = async () => {
return baseApiService.get(`/api/permissions`, getPermissionsResponse);
return baseApiService.get(`/api/v1/permissions`, getPermissionsResponse);
};
}