Explorar o código

内部使用oa后台

gogs hai 1 ano
pai
achega
497b7031a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      routes/device.php

+ 1 - 0
routes/device.php

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