app.php 220 B

12345
  1. <?php
  2. // route/app.php
  3. Route::get('apidoc/config', "\\hg\\apidoc\\Controller@getConfig");
  4. Route::get('apidoc/data', "\\hg\\apidoc\\Controller@getList");
  5. Route::post('apidoc/auth', "\\hg\\apidoc\\Controller@verifyAuth");