diff --git a/Web/lib/MeshMage/Web.pm b/Web/lib/MeshMage/Web.pm index ec4e328..bfc7cae 100644 --- a/Web/lib/MeshMage/Web.pm +++ b/Web/lib/MeshMage/Web.pm @@ -73,11 +73,6 @@ sub startup ($self) { return undef; }); - - # Adopt A Machine - $auth->get ('/adopt') ->to('Adopt#get_adopt'); - $auth->post ('/adopt') ->to('Adopt#create_adopt'); - # Network Creation / Listing $auth->get ('/network') ->to('Network#index'); $auth->get ('/network/new') ->to('Network#create');