Nightly Push (Nothing Works)

This commit is contained in:
janic
2022-04-11 23:49:18 +02:00
parent 8e3f729898
commit dd211c58c9
8 changed files with 265 additions and 0 deletions

6
test/body.json Normal file
View 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
View File

@@ -0,0 +1,2 @@
#!/bin/bash
curl 127.0.0.1:8000/songs

2
test/send.sh Executable file
View 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"