Skip to content

Commit

Permalink
📝 Added Dev Server to openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 25, 2024
1 parent 5b1b24f commit b2cb481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ async function bootstrap() {
.setVersion('1.0')
.addServer('https://api.panora.dev', 'Production server')
.addServer('https://api-sandbox.panora.dev', 'Sandbox server')
.addServer('https://api-dev.panora.dev', 'Development server')
.addSecurity('bearer', {
type: 'http',
scheme: 'bearer',
Expand Down
2 changes: 2 additions & 0 deletions packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8002,6 +8002,8 @@ servers:
description: Production server
- url: https://api-sandbox.panora.dev
description: Sandbox server
- url: https://api-dev.panora.dev
description: Development server
components:
securitySchemes:
bearer:
Expand Down

0 comments on commit b2cb481

Please sign in to comment.