Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/3.api/5.commands/add.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
clemcode and danielroe committed Nov 14, 2022
1 parent 6f95020 commit fcf512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/5.commands/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ npx nuxi add middleware auth

## `nuxi add api`

* Modifier flags: `--method=connect | delete | get | head | options | patch | post | put | trace` or `--get`, `--post`, etc.
* Modifier flags: `--method` (can accept `connect`, `delete`, `get`, `head`, `options`, `patch`, `post`, `put` or `trace`) or alternatively you can directly use `--get`, `--post`, etc.

Example:

Expand Down

0 comments on commit fcf512b

Please sign in to comment.