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:
Nicholas
2025-05-31 00:27:55 -04:00
committed by GitHub
parent e2defbc49a
commit 3a5fed99e1
6 changed files with 14 additions and 14 deletions

View File

@@ -5275,9 +5275,9 @@
]
}
},
"/server/android-links": {
"/server/apk-links": {
"get": {
"operationId": "getAndroidLinks",
"operationId": "getApkLinks",
"parameters": [],
"responses": {
"200": {