Fix broken Immich service endpoints

https://github.com/immich-app/immich/releases/tag/v1.118.0
This commit is contained in:
Claus Rasmussen 2024-10-17 09:37:44 +02:00
parent c347677402
commit 24dfe0f7af
No known key found for this signature in database
GPG Key ID: 37822A46F8E2026E

View File

@ -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",