1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-28 05:18:38 +02:00

refactor(server): shared links ()

* refactor: rename share => shared-link

* refactor: shared link crud methods

* chore: open api
This commit is contained in:
Jason Rasmussen
2023-06-01 22:09:57 -04:00
committed by GitHub
parent 038e064e60
commit 3ea2fe1c48
30 changed files with 507 additions and 536 deletions

@ -137,7 +137,7 @@
? new Date(currentTime + expirationTime).toISOString()
: null;
await api.shareApi.editSharedLink({
await api.shareApi.updateSharedLink({
id: editingLink.id,
editSharedLinkDto: {
description,