|
|
@@ -25,7 +25,6 @@ $dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) {
|
|
|
$r->addRoute('POST', '/changepassword', 'change_password');
|
|
|
$r->addRoute('GET', '/signout', 'signout');
|
|
|
$r->addRoute('GET', '/ssh', 'form_ssh');
|
|
|
- $r->addRoute('GET', '/getsshkeys', 'get_ssh_keys');
|
|
|
$r->addRoute('POST', '/addsshkey', 'add_ssh_key');
|
|
|
$r->addRoute('POST', '/delsshkey', 'del_ssh_key');
|
|
|
});
|