This commit is contained in:
vigdorov
2020-07-31 23:53:07 +03:00
parent 0aa73513c1
commit 74436e33c5
3 changed files with 20 additions and 15 deletions

View File

@ -9,8 +9,8 @@ async function bootstrap() {
});
const options = new DocumentBuilder()
.setTitle('Store API')
.setDescription('API работает по принципу LocalStorage в браузере.')
.setTitle('Storage Service API')
.setDescription('API для создания хранилищ по уникальному ключу')
.setVersion('1.0.0')
.addTag('store')
.build();