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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ Hello, World!%
26
26
## Features
27
27
28
28
-**Easy setup:** Automatically scans your entire project for endpoint files and loads them.
29
+
-**Stable:** Produces regular **NestJS Controllers** under the hood.
29
30
-**File-based routing:** Each endpoint's HTTP path is based on their path on disk.
30
31
-**User-Friendly API:** Supports both basic and advanced per-endpoint configuration.
31
32
-**Schema validation:** Compile and run-time validation of input and output values using Zod schemas.
32
33
-**HTTP adapter agnostic:** Works with both Express and Fastify NestJS applications.
33
-
-**Stable:** Produces regular **NestJS Controllers** under the hood.
34
34
-**Client SDK codegen:** Annotates endpoints using `@nestjs/swagger` and [nestjs-zod](https://github.com/BenLorantfy/nestjs-zod) internally to output an OpenAPI document which [orval](https://orval.dev/) can use to generate a client library.
35
35
36
36
## Getting Started
@@ -151,7 +151,7 @@ null%
151
151
152
152
## File-based routing
153
153
154
-
HTTP paths for endpoints are derived by the file's path on disk:
154
+
HTTP paths for endpoints are derived from the file's path on disk:
155
155
156
156
-`rootDirectory` is removed from the start
157
157
- Path segments that begin with an underscore (`_`) are removed
0 commit comments