Skip to content

Commit 921543f

Browse files
authored
Merge pull request #357 from prezly/feature/export-api-routing-constant
Feature - Export API routing constant
2 parents 911604b + e8e129f commit 921543f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export * from '@prezly/uploads';
33
export { type Client as PrezlyClient, createClient as createPrezlyClient } from './Client';
44

55
export { type HeadersMap, ApiError } from './http';
6+
export { routing } from './routing';
67
export * from './endpoints';
78
export * from './types';

0 commit comments

Comments
 (0)