mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-06 20:47:48 +00:00
fix(server): rename android-links api endpoint to apk-links (#18790)
* remove auth from endpoint and change android to apk * add auth back to `apk-links`
This commit is contained in:
@@ -2874,11 +2874,11 @@ export function getAboutInfo(opts?: Oazapfts.RequestOpts) {
|
||||
...opts
|
||||
}));
|
||||
}
|
||||
export function getAndroidLinks(opts?: Oazapfts.RequestOpts) {
|
||||
export function getApkLinks(opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
status: 200;
|
||||
data: ServerApkLinksDto;
|
||||
}>("/server/android-links", {
|
||||
}>("/server/apk-links", {
|
||||
...opts
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user