Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 21, 2024
1 parent e0bcad1 commit 906ea4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rest/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ $my_crud.serve()

```sh
npm start
+ my/server port=9090
+ my/crud port=9090
```

### Build release

```sh
npm start my/server
npm start my/crud
```

### Start release
```sh
node my/server/-/node.js port=9090
node my/crud/-/node.js port=9090
```

## HTTP Requests
Expand Down

0 comments on commit 906ea4d

Please sign in to comment.