aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/application/services.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-06-23 11:14:45 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-06-23 11:14:45 +0200
commit0dadee3b5f9c89958260ac50aa935f898770cc2b (patch)
tree236f1e13418ee927ee73831a5060570271c41c82 /node-admin/src/main/application/services.xml
parent1409aeacf2b57bb374383a7a11481c6b93dbf66f (diff)
Fix handler id
Diffstat (limited to 'node-admin/src/main/application/services.xml')
-rw-r--r--node-admin/src/main/application/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/src/main/application/services.xml b/node-admin/src/main/application/services.xml
index 94e9a405ee4..fa7307fc5eb 100644
--- a/node-admin/src/main/application/services.xml
+++ b/node-admin/src/main/application/services.xml
@@ -2,7 +2,7 @@
<services version="1.0">
<jdisc version="1.0" jetty="true">
<!-- Please update container test when changing this file -->
- <handler id="com.yahoo.vespa.hosted.node.admin.restapi" bundle="node-admin">
+ <handler id="com.yahoo.vespa.hosted.node.admin.restapi.RestApiHandler" bundle="node-admin">
<binding>http://*/rest/*</binding>
</handler>
<component id="node-admin" class="com.yahoo.vespa.hosted.node.admin.provider.ComponentsProviderImpl" bundle="node-admin"/>