Skip to content

Commit 3369ba8

Browse files
authored
Revert "fix: Add servers to OpenAPI response (#717)" (#730)
This reverts commit fcc532c.
1 parent 3e54ee6 commit 3369ba8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/server/middleware/open-api.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ export const withOpenApi = async (server: FastifyInstance) => {
1616
url: "http://www.apache.org/licenses/LICENSE-2.0.html",
1717
},
1818
},
19-
servers: [
20-
{
21-
// This will appear in API documentation.
22-
url: "https://YOUR_ENGINE_URL",
23-
description: "Provide your Engine URL",
24-
},
25-
],
2619
components: {
2720
securitySchemes: {
2821
bearerAuth: {

0 commit comments

Comments
 (0)