add todos
This commit is contained in:
@@ -4,6 +4,8 @@ local http = require "resty.http"
|
||||
local create_task = require "lib.create_task"
|
||||
local TaskTypes = require 'lib.task_type'
|
||||
|
||||
--todo: add verify
|
||||
|
||||
local httpc = http.new()
|
||||
ngx.req.read_body()
|
||||
local req_body = cjson.decode(ngx.req.get_body_data())
|
||||
|
||||
Reference in New Issue
Block a user