diff --git a/backend/api-test/auth/signin.rest b/backend/api-test/auth/signin.rest index 3a51809..65d8b09 100644 --- a/backend/api-test/auth/signin.rest +++ b/backend/api-test/auth/signin.rest @@ -1,7 +1,7 @@ -POST http://localhost:3000/auth/signin HTTP/1.1 -content-type: application/json +# POST http://localhost:3000/auth/signin HTTP/1.1 +# content-type: application/json -{ - "email": "teshomenbret4@gmail.com", - "password": "teshomenbret4@gmail.com" -} \ No newline at end of file +# { +# "email": "teshomenbret4@gmail.com", +# "password": "teshomenbret4@gmail.com" +# } \ No newline at end of file diff --git a/backend/api-test/city/put.rest b/backend/api-test/city/put.rest index ad23326..e2103f0 100644 --- a/backend/api-test/city/put.rest +++ b/backend/api-test/city/put.rest @@ -1,10 +1,10 @@ -PUT http://localhost:3000/api/cities/63a80b1e0f91c99b9c20c11a HTTP/1.1 -content-type:application/json +# PUT http://localhost:3000/api/cities/63a80b1e0f91c99b9c20c11a HTTP/1.1 +# content-type:application/json -{ - "name": "Hawasa", - "deliveryFee":1.5 -} +# { +# "name": "Hawasa", +# "deliveryFee":1.5 +# }