We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d9557 commit ff1a78dCopy full SHA for ff1a78d
1 file changed
.github/workflows/node_js_containers.yml
@@ -20,11 +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: application/json'' -d ''{"username": "hello", "address": "dwded"}'''
24
- name: Get Users
25
- run: curl http://localhost:3001/api/users
26
-
27
28
29
30
+ run: curl http://localhost:3001/api/users
0 commit comments