fix: api endpoint /sever-info to /server

This commit is contained in:
Stefan Petrov 2024-10-16 16:30:46 +03:00
parent cf9109384e
commit c27a2da432
No known key found for this signature in database
GPG Key ID: 036C6C94C8F27279

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