@@ -5,17 +5,10 @@ |
||
| 5 | 5 | use OCP\Files\IRootFolder; |
| 6 | 6 | use OCP\AppFramework\Http; |
| 7 | 7 | use OCP\AppFramework\Http\DataResponse; |
| 8 | -use OCP\AppFramework\Http\JSONResponse; |
|
| 9 | 8 | use OCP\AppFramework\Http\DataDisplayResponse; |
| 10 | 9 | use OCP\AppFramework\Controller; |
| 11 | - |
|
| 12 | -use OCA\FaceRecognition\Db\Face; |
|
| 13 | 10 | use OCA\FaceRecognition\Db\FaceMapper; |
| 14 | - |
|
| 15 | -use OCA\FaceRecognition\Db\FaceNew; |
|
| 16 | 11 | use OCA\FaceRecognition\Db\FaceNewMapper; |
| 17 | - |
|
| 18 | -use OCA\FaceRecognition\Db\Image; |
|
| 19 | 12 | use OCA\FaceRecognition\Db\ImageMapper; |
| 20 | 13 | |
| 21 | 14 | class FaceController extends Controller { |
@@ -3,16 +3,9 @@ |
||
| 3 | 3 | |
| 4 | 4 | use OCP\IRequest; |
| 5 | 5 | use OCP\Files\IRootFolder; |
| 6 | -use OCP\AppFramework\Http; |
|
| 7 | 6 | use OCP\AppFramework\Http\DataResponse; |
| 8 | -use OCP\AppFramework\Http\JSONResponse; |
|
| 9 | -use OCP\AppFramework\Http\DataDisplayResponse; |
|
| 10 | 7 | use OCP\AppFramework\Controller; |
| 11 | - |
|
| 12 | -use OCA\FaceRecognition\Db\Face; |
|
| 13 | 8 | use OCA\FaceRecognition\Db\FaceMapper; |
| 14 | - |
|
| 15 | -use OCA\FaceRecognition\Db\Person; |
|
| 16 | 9 | use OCA\FaceRecognition\Db\PersonMapper; |
| 17 | 10 | |
| 18 | 11 | class PersonController extends Controller { |