2 parents 3054829 + 0e6b593 commit c194894Copy full SHA for c194894
1 file changed
src/main.ts
@@ -23,9 +23,7 @@ async function bootstrap(): Promise<void> {
23
app,
24
new DocumentBuilder()
25
.setTitle('Chess API')
26
- .setDescription(
27
- 'Asynchronous multiplayer chess. Every response is wrapped in the same envelope.',
28
- )
+ .setDescription('Asynchronous Multiplayer chess.')
29
.setVersion('1.0')
30
.addBearerAuth()
31
.build(),
0 commit comments