From 6a5eabc4115a6b25f495a04e878a26e773ef1bc5 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Thu, 31 Oct 2024 19:51:26 -0700 Subject: [PATCH] docs: update urls for openapi docs --- backend/src/server/plugins/swagger.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/backend/src/server/plugins/swagger.ts b/backend/src/server/plugins/swagger.ts index 99032bb6f..c95672104 100644 --- a/backend/src/server/plugins/swagger.ts +++ b/backend/src/server/plugins/swagger.ts @@ -15,8 +15,12 @@ export const fastifySwagger = fp(async (fastify) => { }, servers: [ { - url: "https://app.infisical.com", - description: "Production server" + url: "https://us.infisical.com", + description: "Production server (US)" + }, + { + url: "https://eu.infisical.com", + description: "Production server (EU)" }, { url: "http://localhost:8080",