mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 05:09:26 +00:00
add server url
This commit is contained in:
@@ -21,6 +21,7 @@ async function bootstrap() {
|
|||||||
.setTitle('Flashcards')
|
.setTitle('Flashcards')
|
||||||
.setDescription('Flashcards API')
|
.setDescription('Flashcards API')
|
||||||
.setVersion('1.0')
|
.setVersion('1.0')
|
||||||
|
.addServer('https://api.flashcards.andrii.es')
|
||||||
.addTag('Auth')
|
.addTag('Auth')
|
||||||
.addTag('Decks')
|
.addTag('Decks')
|
||||||
.addTag('Cards')
|
.addTag('Cards')
|
||||||
|
|||||||
Reference in New Issue
Block a user