feat: add server-info endpoint and include server information in info.json

This commit is contained in:
2025-10-26 21:55:59 +01:00
parent af513034ef
commit 83f1c9d191
2 changed files with 13 additions and 0 deletions

8
backend/info.json Normal file
View File

@@ -0,0 +1,8 @@
{
"backend-info": {
"version": "v2.0"
},
"frontend-info": {
"version": "v2.0"
}
}