Skip to content

Commit

Permalink
Merge pull request #4084 from nextcloud/fix/remove-unnecessary-code
Browse files Browse the repository at this point in the history
fix: remove unneeded code
  • Loading branch information
elzody authored Sep 27, 2024
2 parents fdab356 + 5fa0c23 commit 3636761
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
['name' => 'Target#getTargets', 'url' => '/api/v1/targets', 'verb' => 'GET'],
['name' => 'Target#getPreview', 'url' => '/api/v1/targets/preview', 'verb' => 'GET'],

['name' => 'TemplateField#extractFields', 'url' => '/api/v1/template/fields/extract/{fileId}', 'verb' => 'GET'],
['name' => 'TemplateField#fillFields', 'url' => '/api/v1/template/fields/fill/{fileId}', 'verb' => 'POST'],

['name' => 'Mention#mention', 'url' => '/api/v1/mention/{fileId}', 'verb' => 'POST'],
],
];

0 comments on commit 3636761

Please sign in to comment.