Browse Source

update: remove old route

v2board 2 years ago
parent
commit
72a1359cb2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Routes/PassportRoute.php

+ 0 - 1
app/Http/Routes/PassportRoute.php

@@ -20,7 +20,6 @@ class PassportRoute
             // Comm
             $router->post('/comm/sendEmailVerify', 'Passport\\CommController@sendEmailVerify');
             $router->post('/comm/pv', 'Passport\\CommController@pv');
-            $router->get ('/comm/config', 'Guest\\CommController@config');                                              // TODO:REMOVE:1.7.0
         });
     }
 }