cqp 11 tháng trước cách đây
mục cha
commit
ec49920211
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      routes/device.php

+ 0 - 1
routes/device.php

@@ -19,7 +19,6 @@ Route::any('/request/addperson', 'Api\DeviceController@addperson');
 Route::any('/capture', 'Api\DeviceController@capture');
 Route::get('/image/{filename}', function ($filename) {
     $path = storage_path('app/public/kq/' . $filename);
-    $path = $path.'.jpg';
     if (!File::exists($path)) {
         abort(404);
     }