test task creation (#21)

* test post

* add test post
This commit is contained in:
2021-09-12 21:10:38 +08:00
committed by GitHub
parent b60e004d3b
commit 4d5c3693de
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ while true do
{
method = "POST",
headers = {
host = "ngx"
["Content-Type"] = "application/json"
},
body = {
cjson.encode({task_type = 1, data = files})