mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-26 12:37:18 +02:00
fix(backend): fix query parsing and deletion route
This commit is contained in:
parent
1a18ea3f8a
commit
61be60c091
4 changed files with 33 additions and 6 deletions
|
@ -13,12 +13,14 @@
|
|||
"koa": "^2.13.0",
|
||||
"koa-bodyparser": "^4.3.0",
|
||||
"koa-logger": "^3.2.1",
|
||||
"koa-qs": "^3.0.0",
|
||||
"taskwarrior-lib": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.11.3",
|
||||
"@types/koa-bodyparser": "^4.3.0",
|
||||
"@types/koa-logger": "^3.1.1",
|
||||
"@types/koa-qs": "^2.0.0",
|
||||
"@types/koa-router": "^7.4.1",
|
||||
"@types/koa__router": "^8.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue