瀏覽代碼

添加路由

ajun 5 年之前
父節點
當前提交
993b449cca
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      routes/apiLocal.php

+ 2 - 0
routes/apiLocal.php

@@ -170,3 +170,5 @@ Route::group(['prefix'=>'demand'],function(){
         Route::delete('destroy','DemandProcessController@destroyApi')->name('demand.process.destroyApi');
     });
 });
+
+Route::get('/authority/get','AuthorityController@getAuthoritiesApi')->name('authority.getAuthoritiesApi');