updated api endpoint for community to address it through project

This commit is contained in:
hannathkadher
2024-12-09 16:22:22 +04:00
parent 760ca019cc
commit fc28a91b82

View File

@ -35,7 +35,7 @@ export class ControllerRoute {
};
static COMMUNITY = class {
public static readonly ROUTE = 'communities';
public static readonly ROUTE = '/projects/:projectUuid/communities';
static ACTIONS = class {
public static readonly GET_COMMUNITY_BY_ID_SUMMARY =
'Get community by community community uuid';