update-assets-set-local-date-time-for-three-and-seven
This commit is contained in:
@ -47,4 +47,8 @@ public class AssetsController(AssetService assetService) : ControllerBase {
|
||||
public IActionResult SetDigiKam4ArchiveImmich(Guid ownerId) =>
|
||||
Ok(_AssetService.SetDigiKam4ArchiveImmich(ownerId));
|
||||
|
||||
[HttpGet("update-assets-set-local-date-time-for-three-and-seven")]
|
||||
public IActionResult UpdateAssetsSetLocalDateTimeForThreeAndSeven() =>
|
||||
Ok(_AssetService.UpdateAssetsSetLocalDateTimeForThreeAndSeven());
|
||||
|
||||
}
|
Reference in New Issue
Block a user