Skip to content

Commit

Permalink
expose expr api by default (#1279)
Browse files Browse the repository at this point in the history
It is typically included anyway, add it to default
list to improve consistency across uses.
  • Loading branch information
jfz authored Mar 19, 2021
1 parent d6425cd commit 95eef78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atlas-webapi/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ atlas {

api-endpoints = ${?atlas.akka.api-endpoints} [
"com.netflix.atlas.webapi.TagsApi",
"com.netflix.atlas.webapi.GraphApi"
"com.netflix.atlas.webapi.GraphApi",
"com.netflix.atlas.webapi.ExprApi"
]
}
}
Expand Down

0 comments on commit 95eef78

Please sign in to comment.