Skip to content

Commit

Permalink
Merge pull request #22 from trydirect/vsilent-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
vsilent authored Nov 22, 2023
2 parents 380fa71 + 6c6ef7b commit d06f221
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 d06f221

Please sign in to comment.