mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
actor sync
This commit is contained in:
@@ -22,6 +22,8 @@ $app->group('/api', function (RouteCollectorProxy $apiGroup) {
|
||||
// Actor API endpoints
|
||||
$apiGroup->group('/actors', function (RouteCollectorProxy $actorGroup) {
|
||||
$actorGroup->post('/fetch-stash', 'App\Controllers\ActorController:fetchStashData')->setName('api.actors.fetch-stash');
|
||||
$actorGroup->post('/sync-existing-stash', 'App\Controllers\ActorController:syncExistingPerformers')->setName('api.actors.sync-existing-stash');
|
||||
$actorGroup->get('/missing-stash-reports', 'App\Controllers\ActorController:getMissingStashReports')->setName('api.actors.missing-reports');
|
||||
});
|
||||
|
||||
// User authentication check (requires authentication)
|
||||
|
||||
Reference in New Issue
Block a user