gogs 1 год назад
Родитель
Сommit
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';