@faapi/faapi 0.0.0-canary.0 → 0.0.0-canary.e24fdb7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm install @faapi/faapi
17
17
  ## 快速开始
18
18
 
19
19
  ```ts
20
- // app/api/user/handler.ts
20
+ // api/user/handler.ts
21
21
  export interface Query {
22
22
  page: number;
23
23
  pageSize: number;