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

@@ -36,7 +36,7 @@ return function()
end
Trans.wrapper.curl.get(uri, {
Trans.curl.get(uri, {
output = loc,
callback = handle,
})