fix(server): corrected the env port in the api scaler
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user