Skip to content

Commit

Permalink
[style] remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
erik1110 committed Jan 17, 2024
1 parent 5b564e5 commit 02b1917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async function bootstrap() {
});
`)
.setVersion('1.0')

.addServer(`http://localhost:${process.env.PORT}`, 'Local Environment')
.addServer(process.env.PRODUCTION_URL, 'Production') // HTTPS scheme
.addBearerAuth()
Expand Down

0 comments on commit 02b1917

Please sign in to comment.