Skip to content

Commit

Permalink
fix(core): Re-enable resolvedEnv endpoint. (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Jun 26, 2019
1 parent 015eabe commit 23d9c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kayenta-web/src/main/java/com/netflix/kayenta/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
})
@ComponentScan({
"com.netflix.spinnaker.config",
"com.netflix.spinnaker.endpoint",
})
@EnableAutoConfiguration
@EnableAsync
Expand Down

0 comments on commit 23d9c51

Please sign in to comment.