Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilent authored Nov 22, 2023
1 parent 380fa71 commit 6c6ef7b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ sqlx migrate revert
curl -X POST -H "Content-Type: application/json" -d @custom-stack-payload-2.json http://127.0.0.1:8000/stack
```


#### Create API Client
```
curl -X POST http://localhost:8000/client --header 'Content-Type: application/json' -H "Authorization: Bearer $TD_BEARER"
```

test client deploy
http://localhost:8000/test/deploy
Test client's app deploy
```
http://localhost:8000/test/deploy
```

0 comments on commit 6c6ef7b

Please sign in to comment.