Skip to content

Commit

Permalink
standalone: add ExprApi to static config (Netflix#1594)
Browse files Browse the repository at this point in the history
It is convenient for testing.
  • Loading branch information
brharrington authored and manolama committed May 22, 2024
1 parent fe17e3c commit 7bd7585
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 7bd7585

Please sign in to comment.