aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elivepatch_server/elivepatch')
-rw-r--r--elivepatch_server/elivepatch5
1 files changed, 0 insertions, 5 deletions
diff --git a/elivepatch_server/elivepatch b/elivepatch_server/elivepatch
index 21f0106..cd14f75 100644
--- a/elivepatch_server/elivepatch
+++ b/elivepatch_server/elivepatch
@@ -26,11 +26,6 @@ def create_app():
api.add_resource(AgentInfo.AgentAPI, '/elivepatch/api/v1.0/agent',
endpoint='agent')
- # where to start the livepatch build
- api.add_resource(dispatcher.BuildLivePatch,
- '/elivepatch/api/v1.0/build_livepatch',
- endpoint='build_livepatch')
-
# where to retrieve the live patch when ready
api.add_resource(dispatcher.SendLivePatch,
'/elivepatch/api/v1.0/send_livepatch',