From 6c6ef7ba384ff564899805f77176e916f2d06c0b Mon Sep 17 00:00:00 2001 From: Vasili Pascal Date: Wed, 22 Nov 2023 10:16:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53879ed..5850ae5 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +Test client's app deploy +``` +http://localhost:8000/test/deploy +```