mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(api): missing OpenAPI route tags
This commit is contained in:
parent
290cc3d046
commit
d6af6f9cba
6 changed files with 10 additions and 3 deletions
|
|
@ -80,9 +80,6 @@ async function bootstrap() {
|
|||
.setDescription("Track and analyze your Spotify Listens")
|
||||
.setVersion("1.0")
|
||||
.addBearerAuth()
|
||||
.addTag("user")
|
||||
.addTag("listens")
|
||||
.addTag("auth")
|
||||
.build();
|
||||
const document = SwaggerModule.createDocument(app, options);
|
||||
SwaggerModule.setup("api/docs", app, document);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue