Эх сурвалжийг харах

SSH Keys are now fetched and displayed on the ssh managing page

clement 2 жил өмнө
parent
commit
eddfb09cae
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      public/index.php

+ 0 - 1
public/index.php

@@ -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');
 });