Added some smaller fixes and the getaitem endpoint

This commit is contained in:
Vito0912 2024-07-28 18:24:12 +02:00
parent 3e944974e2
commit 7ae904ccbb
7 changed files with 49 additions and 3 deletions

View file

@ -81,6 +81,8 @@ paths:
$ref: './controllers/AuthController.yaml#/paths/~1login'
/logout:
$ref: './controllers/AuthController.yaml#/paths/~1logout'
/api/items/{id}:
$ref: './controllers/LibraryItemController.yaml#/paths/~1api~1items~1{id}'
tags:
- name: Authors
description: Author endpoints