Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 22d5c29

Browse files
authored
Merge pull request #1478 from Alfresco/feature/dev-mkinas-ACS-4114-export-categories-api
[ACS-4114] Export categories api
2 parents 2ebce87 + 1c1305e commit 22d5c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/content-rest-api/api/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export * from './activities.api';
2121
import { ActivitiesApi } from './activities.api';
2222
export * from './audit.api';
2323
import { AuditApi } from './audit.api';
24+
export * from './categories.api';
25+
import { CategoriesApi } from './categories.api';
2426
export * from './comments.api';
2527
import { CommentsApi } from './comments.api';
2628
export * from './downloads.api';
@@ -59,6 +61,7 @@ export const APIS = {
5961
ActionsApi: ActionsApi,
6062
ActivitiesApi: ActivitiesApi,
6163
AuditApi: AuditApi,
64+
CategoriesApi: CategoriesApi,
6265
CommentsApi: CommentsApi,
6366
DownloadsApi: DownloadsApi,
6467
FavoritesApi: FavoritesApi,

0 commit comments

Comments
 (0)