mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
code cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ const put = (path, data) => {
|
||||
|
||||
const del = (path, data) => {
|
||||
return service.delete(path, {
|
||||
params: data
|
||||
data
|
||||
})
|
||||
}
|
||||
const request = service.request
|
||||
|
||||
Reference in New Issue
Block a user