We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3d0f5 commit 577fec9Copy full SHA for 577fec9
src/apis/client.ts
@@ -469,7 +469,7 @@ export class APIClient implements IAPIClient {
469
basePath: `/${endpointName}`,
470
pathName: '/',
471
pathRewrite: `/${endpointName}`,
472
- type: 'crud',
+ type: EndpointTypes.CRUD,
473
tags: [ 'crud' ],
474
description: `Endpoint /${endpointTarget}`,
475
collectionId: endpointTarget,
0 commit comments