Skip to content

Commit

Permalink
Revert "fix: Add servers to OpenAPI response (#717)" (#730)
Browse files Browse the repository at this point in the history
This reverts commit fcc532c.
  • Loading branch information
arcoraven authored Oct 15, 2024
1 parent 3e54ee6 commit 3369ba8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/server/middleware/open-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ export const withOpenApi = async (server: FastifyInstance) => {
url: "http://www.apache.org/licenses/LICENSE-2.0.html",
},
},
servers: [
{
// This will appear in API documentation.
url: "https://YOUR_ENGINE_URL",
description: "Provide your Engine URL",
},
],
components: {
securitySchemes: {
bearerAuth: {
Expand Down

0 comments on commit 3369ba8

Please sign in to comment.