Fix: Mintlify docs defaulting to localhost endpoint

This commit is contained in:
Daniel Hougaard
2024-03-19 11:58:01 +01:00
parent 0e31a9146a
commit 3c91e1127f

View File

@@ -14,13 +14,13 @@ export const fastifySwagger = fp(async (fastify) => {
version: "0.0.1"
},
servers: [
{
url: "http://localhost:8080",
description: "Local server"
},
{
url: "https://app.infisical.com",
description: "Production server"
},
{
url: "http://localhost:8080",
description: "Local server"
}
],
components: {