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 fb73dfa commit 075083dCopy full SHA for 075083d
libs/json-api-nestjs/README.md
@@ -94,3 +94,6 @@ export class ExtendUserController extends JsonBaseController<Users> {
94
95
For using swagger, you should only add [@nestjs/swagger](https://docs.nestjs.com/openapi/introduction)
96
97
+## Reference Example
98
+
99
+[example](https://github.com/klerick/nestjs-json-api/tree/master/apps/example) is an example project that demonstrates the usage of this module.
0 commit comments