@@ -24,21 +24,17 @@ |
||
24 | 24 | namespace OCA\NextNote\Controller; |
25 | 25 | |
26 | 26 | use OCA\NextNote\Db\Notebook; |
27 | -use OCA\NextNote\Fixtures\ShareFix; |
|
28 | 27 | use OCA\NextNote\Service\NotebookService; |
29 | -use OCA\NextNote\Service\NoteService; |
|
30 | 28 | use OCA\NextNote\ShareBackend\NextNoteShareBackend; |
31 | 29 | use OCA\NextNote\Utility\NotFoundJSONResponse; |
32 | 30 | use OCA\NextNote\Utility\UnauthorizedJSONResponse; |
33 | 31 | use OCA\NextNote\Utility\Utils; |
34 | 32 | use \OCP\AppFramework\ApiController; |
35 | 33 | use OCP\AppFramework\Http\JSONResponse; |
36 | -use OCP\Constants; |
|
37 | 34 | use OCP\IConfig; |
38 | 35 | use OCP\ILogger; |
39 | 36 | use \OCP\IRequest; |
40 | 37 | use OCP\IUserManager; |
41 | -use OCP\Share; |
|
42 | 38 | |
43 | 39 | |
44 | 40 | class NotebookApiController extends ApiController { |