Browse Source

内部使用oa后台

gogs 1 năm trước cách đây
mục cha
commit
e529ee5c77
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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';