Skip to content

Commit ff1a78d

Browse files
committed
fix
1 parent 75d9557 commit ff1a78d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/node_js_containers.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
steps:
2121
- name: Post a user
2222
# 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\"}'''
23+
run: 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{"username": "hello", "address": "dwded"}'''
2424
- name: Get Users
25-
run: curl http://localhost:3001/api/users
26-
27-
28-
29-
30-
25+
run: curl http://localhost:3001/api/users

0 commit comments

Comments
 (0)