We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1a78d commit 9f2c6e7Copy full SHA for 9f2c6e7
1 file changed
.github/workflows/node_js_containers.yml
@@ -20,6 +20,6 @@ jobs:
20
steps:
21
- name: Post a user
22
# Send a HTTP POST request to create a user to the mongo DB.
23
- run: 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{"username": "hello", "address": "dwded"}'''
+ run: 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application/json'' -d ''{"username": "hello", "address": "dwded"}'''
24
- name: Get Users
25
run: curl http://localhost:3001/api/users
0 commit comments