mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
add /tool/torrent/reindex
This commit is contained in:
parent
6a3c810da7
commit
e5855d06b5
@ -1772,6 +1772,24 @@ class TorrentController extends AbstractController
|
||||
return new Response(); // @TODO
|
||||
}
|
||||
|
||||
#[Route(
|
||||
'/tool/torrent/reindex',
|
||||
methods:
|
||||
[
|
||||
'GET'
|
||||
]
|
||||
)]
|
||||
public function reindex(
|
||||
TorrentService $torrentService
|
||||
): Response
|
||||
{
|
||||
// Reindex keywords
|
||||
$torrentService->reindexTorrentKeywordsAll();
|
||||
|
||||
// Render response
|
||||
return new Response(); // @TODO
|
||||
}
|
||||
|
||||
private function initUser(
|
||||
Request $request,
|
||||
UserService $userService,
|
||||
|
Loading…
x
Reference in New Issue
Block a user