reorg modules

This commit is contained in:
moicen
2022-06-28 22:47:38 +08:00
committed by 木逸辰
parent c892e8fb41
commit f06c818f4a
16 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
local cjson = require "cjson"
local http = require "resty.http"
local create_task = require "create_task"
local create_task = require "lib.create_task"
local TaskTypes = {
NOOP = 'NOOP',
CONVERT_AUDIO_FILE = "CONVERT_AUDIO_FILE"