text fix
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user