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: {
|
||||
version: {
|
||||
endpoint: "server-info/version",
|
||||
endpoint: "server/version",
|
||||
},
|
||||
statistics: {
|
||||
endpoint: "server-info/statistics",
|
||||
endpoint: "server/statistics",
|
||||
},
|
||||
stats: {
|
||||
endpoint: "server-info/stats",
|
||||
endpoint: "server/stats",
|
||||
},
|
||||
version_v2: {
|
||||
endpoint: "server/version",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user