Nightly Push (Nothing Works)
This commit is contained in:
6
test/body.json
Normal file
6
test/body.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ID": "4",
|
||||
"Link": "https://www.youtube.com/watch?v=e8X3ACToii0",
|
||||
"Title": "Savior",
|
||||
"Author": "Rise Against"
|
||||
}
|
||||
2
test/get.sh
Executable file
2
test/get.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl 127.0.0.1:8000/songs
|
||||
2
test/send.sh
Executable file
2
test/send.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl 127.0.0.1:8000/songs --include --header "Content-Type: application/json" -d @body.json --request "POST"
|
||||
Reference in New Issue
Block a user