Skip to content

Commit c194894

Browse files
authored
Merge pull request #196 from Utzig26/swagger-description
docs(swagger): shorten the API description
2 parents 3054829 + 0e6b593 commit c194894

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ async function bootstrap(): Promise<void> {
2323
app,
2424
new DocumentBuilder()
2525
.setTitle('Chess API')
26-
.setDescription(
27-
'Asynchronous multiplayer chess. Every response is wrapped in the same envelope.',
28-
)
26+
.setDescription('Asynchronous Multiplayer chess.')
2927
.setVersion('1.0')
3028
.addBearerAuth()
3129
.build(),

0 commit comments

Comments
 (0)