diff --git a/server/services/general/route/scalar.ts b/server/services/general/route/scalar.ts index 0153fef..2b86632 100644 --- a/server/services/general/route/scalar.ts +++ b/server/services/general/route/scalar.ts @@ -52,11 +52,11 @@ app.get( baseServerURL: "https://scalar.com", servers: [ { - url: `http://usday1vms006:${process.env.SERVER_PORT}`, + url: `http://usday1vms006:${process.env.VITE_SERVER_PORT}`, description: "Production", }, { - url: `http://localhost:${process.env.SERVER_PORT}`, + url: `http://localhost:${process.env.VITE_SERVER_PORT}`, description: "dev server", }, ],