Skip to content

Commit

Permalink
Merge pull request #10 from nimble-platform/staging
Browse files Browse the repository at this point in the history
PR for release.
  • Loading branch information
oliver-jung authored Mar 10, 2020
2 parents c831599 + 41fd9b5 commit 156dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nimble/trust/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public class SwaggerConfig {

@Bean
public Docket api() {

platformHost = platformHost.replace("https://", "");
platformHost = platformHost.replace("http://","");
platformHost = platformHost.replace("//","");

return new Docket(DocumentationType.SWAGGER_2)
.host(platformHost)
Expand Down

0 comments on commit 156dc78

Please sign in to comment.