Skip to content

Commit 577fec9

Browse files
Update src/apis/client.ts
Co-authored-by: Demetrio Marino <[email protected]>
1 parent ed3d0f5 commit 577fec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export class APIClient implements IAPIClient {
469469
basePath: `/${endpointName}`,
470470
pathName: '/',
471471
pathRewrite: `/${endpointName}`,
472-
type: 'crud',
472+
type: EndpointTypes.CRUD,
473473
tags: [ 'crud' ],
474474
description: `Endpoint /${endpointTarget}`,
475475
collectionId: endpointTarget,

0 commit comments

Comments
 (0)