Skip to content

Commit 9f2c6e7

Browse files
committed
Fix
1 parent ff1a78d commit 9f2c6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node_js_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +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/json'' -d ''{"username": "hello", "address": "dwded"}'''
2424
- name: Get Users
2525
run: curl http://localhost:3001/api/users

0 commit comments

Comments
 (0)