mirror of
https://github.com/symkat/MeshMage.git
synced 2024-12-26 23:50:47 +08:00
Remove orphaned routes.
This commit is contained in:
parent
a3d7a0e9c9
commit
d18faeb2e4
1 changed files with 0 additions and 5 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue