Remove orphaned routes.

This commit is contained in:
Kaitlyn Parkhurst 2021-07-09 02:34:29 -07:00
parent a3d7a0e9c9
commit d18faeb2e4

View file

@ -73,11 +73,6 @@ sub startup ($self) {
return undef; return undef;
}); });
# Adopt A Machine
$auth->get ('/adopt') ->to('Adopt#get_adopt');
$auth->post ('/adopt') ->to('Adopt#create_adopt');
# Network Creation / Listing # Network Creation / Listing
$auth->get ('/network') ->to('Network#index'); $auth->get ('/network') ->to('Network#index');
$auth->get ('/network/new') ->to('Network#create'); $auth->get ('/network/new') ->to('Network#create');