Add task update endpoint

This commit is contained in:
2022-02-20 20:53:34 +01:00
parent f090741944
commit b2bc58f2f6
9 changed files with 570 additions and 221 deletions

View File

@@ -6,3 +6,4 @@ repos:
- id: cargo-check
args: ['--tests']
- id: clippy
args: ['--tests', '--', '-D', 'warnings']