Skip to content

Commit e0290dd

Browse files
committed
Update swagger for get request
1 parent 9fef5b2 commit e0290dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

routes/tasks.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ const { createTask, updateTask } = require('../middlewares/validators/tasks')
1515
* application/json:
1616
* schema:
1717
* $ref: '#/components/schemas/tasks'
18-
* 404:
19-
* description : no tasks found
20-
* content:
21-
* application/json:
22-
* schema:
23-
* $ref: '#/components/schemas/errors/notFound'
2418
* 500:
2519
* description: badImplementation
2620
* content:

0 commit comments

Comments
 (0)