Skip to content

Commit

Permalink
chore(sub-moudle): update tree
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Jul 22, 2024
1 parent 7dc3eec commit c550138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
2 changes: 2 additions & 0 deletions services/workflows-service/src/swagger/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ class SwaggerSingleton {
swaggerDocBuilder.addServer(`http://localhost:${env.PORT}`, 'Local Server');
swaggerDocBuilder.addServer(`https://api-dev.ballerine.io`, 'Development Server');
}

if (env.ENVIRONMENT_NAME === 'development') {
swaggerDocBuilder.addServer(`https://api-dev.ballerine.io`, 'Development Server');
}

if (env.ENVIRONMENT_NAME === 'production') {
swaggerDocBuilder.addServer(`https://api.ballerine.app`, 'Production Server');
}
Expand Down

0 comments on commit c550138

Please sign in to comment.