mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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:
parent
e2defbc49a
commit
3a5fed99e1
6 changed files with 14 additions and 14 deletions
|
|
@ -35,10 +35,10 @@ export class ServerController {
|
|||
return this.service.getAboutInfo();
|
||||
}
|
||||
|
||||
@Get('android-links')
|
||||
@Get('apk-links')
|
||||
@Authenticated()
|
||||
getAndroidLinks(): ServerApkLinksDto {
|
||||
return this.service.getAndroidLinks();
|
||||
getApkLinks(): ServerApkLinksDto {
|
||||
return this.service.getApkLinks();
|
||||
}
|
||||
|
||||
@Get('storage')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue