浏览代码

内部使用oa后台

gogs 1 年之前
父节点
当前提交
e529ee5c77
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      routes/device.php

+ 1 - 0
routes/device.php

@@ -12,6 +12,7 @@
 */
 
 Route::any('/request/heartbeat', 'Api\DeviceController@heartbeat');
+Route::any('/request/addperson', 'Api\DeviceController@addperson');
 Route::get('/image/{filename}', function ($filename) {
     $path = storage_path('app/public/' . $filename);
     $path = $path.'.jpg';