refactor: remove wrapper folder

This commit is contained in:
JuanZoran
2023-03-13 19:50:28 +08:00
parent 1fe20004ec
commit 7731c6c8cb
11 changed files with 74 additions and 79 deletions

View File

@@ -56,7 +56,7 @@ function M.query(data)
end
Trans.wrapper.curl.get(M.uri, {
Trans.curl.get(M.uri, {
query = M.get_content(data),
callback = handle,
})