You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Nestjsx on a Nest.js project, as I've done in many others. But I'm not sure which library or version is breaking this, but the exclude 'createManyBase' is not working anymore, and the bulk endpoint is being exposed anyway.
Am I doing anything wrong? It has changed this since older versions? This is actually working for me but with olders versions (these ones):
"@nestjs/swagger": "^4.7.8",
"@nestjs/typeorm": "^7.1.5",
"@nestjsx/crud": "^4.6.2",
"@nestjsx/crud-typeorm": "^4.6.2",
"ts-node": "^9.1.1",
The text was updated successfully, but these errors were encountered:
Bug Report
Current behavior
I'm running Nestjsx on a Nest.js project, as I've done in many others. But I'm not sure which library or version is breaking this, but the exclude 'createManyBase' is not working anymore, and the bulk endpoint is being exposed anyway.
Input Code
As always, I'm running this line in the main.ts:
This is my CRUD_CONFIG contant:
Expected behavior
The createMany endpoints should never be created.
Possible Solution
Not sure
Environment
Am I doing anything wrong? It has changed this since older versions? This is actually working for me but with olders versions (these ones):
"@nestjs/swagger": "^4.7.8",
"@nestjs/typeorm": "^7.1.5",
"@nestjsx/crud": "^4.6.2",
"@nestjsx/crud-typeorm": "^4.6.2",
"ts-node": "^9.1.1",
The text was updated successfully, but these errors were encountered: