update-assets-set-local-date-time-for-three-and-seven

This commit is contained in:
2025-08-09 07:32:55 -07:00
parent c4d42d79a0
commit 895dab9413
3 changed files with 31 additions and 0 deletions

View File

@ -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());
}