mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Fixed wrong formation and added endpoints to root
This commit is contained in:
parent
15136e2562
commit
9efd3537a4
3 changed files with 12 additions and 14 deletions
|
|
@ -77,6 +77,10 @@ paths:
|
|||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1{id}~1episode~1{episodeId}'
|
||||
/api/series/{id}:
|
||||
$ref: './controllers/SeriesController.yaml#/paths/~1api~1series~1{id}'
|
||||
/login:
|
||||
$ref: './controllers/AuthController.yaml#/paths/~1login'
|
||||
/logout:
|
||||
$ref: './controllers/AuthController.yaml#/paths/~1logout'
|
||||
tags:
|
||||
- name: Authors
|
||||
description: Author endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue