Skip to content

Commit

Permalink
standalone: add ExprApi to static config
Browse files Browse the repository at this point in the history
It is convenient for testing.
  • Loading branch information
brharrington committed Dec 13, 2023
1 parent 93402a5 commit 5100832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atlas-standalone/src/main/resources/static.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ atlas {

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

0 comments on commit 5100832

Please sign in to comment.