add decks documentation

This commit is contained in:
2023-07-16 23:23:46 +02:00
parent 971b165be8
commit 9c13a57804
21 changed files with 239 additions and 78 deletions

View File

@@ -19,7 +19,7 @@ async function bootstrap() {
app.setGlobalPrefix('v1')
const config = new DocumentBuilder()
.setTitle('Flashcards')
.setDescription('The config API description')
.setDescription('Flashcards API')
.setVersion('1.0')
.addTag('Auth')
.addTag('Decks')