Skip to content

Commit

Permalink
chore: update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldahal committed Aug 26, 2024
1 parent adadf16 commit 050f000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "co-edit",
"name": "syncode",
"version": "0.0.1",
"description": "",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions src/docs/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';

export default function setupSwagger(app: INestApplication) {
const swaggerConfig = new DocumentBuilder()
.setTitle('Co-edit API Documentation')
.setTitle('Syncode API Documentation')
.setDescription(
'Use the documentation of the API below as a reference to make requests.'
'Use the documentation of the API below as a reference to make requests.',
)
.setVersion('1.0')
.addBearerAuth()
Expand Down

0 comments on commit 050f000

Please sign in to comment.