We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e2ed commit 6ee9f54Copy full SHA for 6ee9f54
src/common/swagger/index.js
@@ -35,7 +35,7 @@ const swaggerDefinition = {
35
servers: [
36
{
37
url: process.env.NODE_ENV === 'production'
38
- ? 'http://3.35.0.31:3000'
+ ? process.env.PRODUCTION_URL
39
: 'http://localhost:3000',
40
description: process.env.NODE_ENV === 'production'
41
? 'Production server'
0 commit comments