mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 09:14:55 +03: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:
@@ -5275,9 +5275,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/server/android-links": {
|
||||
"/server/apk-links": {
|
||||
"get": {
|
||||
"operationId": "getAndroidLinks",
|
||||
"operationId": "getApkLinks",
|
||||
"parameters": [],
|
||||
"responses": {
|
||||
"200": {
|
||||
|
||||
Reference in New Issue
Block a user