Fix broken Immich service endpoints
https://github.com/immich-app/immich/releases/tag/v1.118.0
This commit is contained in:
parent
c347677402
commit
24dfe0f7af
@ -6,13 +6,13 @@ const widget = {
|
|||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
version: {
|
version: {
|
||||||
endpoint: "server-info/version",
|
endpoint: "server/version",
|
||||||
},
|
},
|
||||||
statistics: {
|
statistics: {
|
||||||
endpoint: "server-info/statistics",
|
endpoint: "server/statistics",
|
||||||
},
|
},
|
||||||
stats: {
|
stats: {
|
||||||
endpoint: "server-info/stats",
|
endpoint: "server/stats",
|
||||||
},
|
},
|
||||||
version_v2: {
|
version_v2: {
|
||||||
endpoint: "server/version",
|
endpoint: "server/version",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user