From 7bd75854477819011ec89bae570fbf7eb7ff8284 Mon Sep 17 00:00:00 2001 From: brharrington Date: Wed, 13 Dec 2023 11:01:23 -0600 Subject: [PATCH] standalone: add ExprApi to static config (#1594) It is convenient for testing. --- atlas-standalone/src/main/resources/static.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atlas-standalone/src/main/resources/static.conf b/atlas-standalone/src/main/resources/static.conf index fa80d5b98..f665e51b7 100644 --- a/atlas-standalone/src/main/resources/static.conf +++ b/atlas-standalone/src/main/resources/static.conf @@ -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" ] } } \ No newline at end of file