summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources/configserver-app/services.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-03-08 09:49:45 +0100
committerGitHub <noreply@github.com>2018-03-08 09:49:45 +0100
commit4e24502412bbac1ff6e8ae4ee5fa26590996189f (patch)
tree2dbd96c028956c4c394a828500cc46585d97d535 /configserver/src/main/resources/configserver-app/services.xml
parent7eccdcfb35f05194ccaddabdb001bf113a10f766 (diff)
parenta9a026959ec298e0cfe111273329d31b82b95b3a (diff)
Merge pull request #5006 from vespa-engine/hmusum/support-POST-for-prepare-and-activate
Hmusum/support post for prepare and activate
Diffstat (limited to 'configserver/src/main/resources/configserver-app/services.xml')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index a129d7288ce..ecfa541563c 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -107,7 +107,7 @@
<binding>http://*/application/v2/tenant/*/session/*/active</binding>
<binding>https://*/application/v2/tenant/*/session/*/active</binding>
</handler>
- <handler id='com.yahoo.vespa.config.server.http.v2.SessionPrepareAndActivateHandler' bundle='configserver'>
+ <handler id='com.yahoo.vespa.config.server.http.v2.ApplicationApiHandler' bundle='configserver'>
<binding>http://*/application/v2/tenant/*/session/*/prepareandactivate</binding>
<binding>https://*/application/v2/tenant/*/session/*/prepareandactivate</binding>
</handler>