1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

API: Added system read endpoint

Standardised logic for reading app version to its own static class.
This commit is contained in:
Dan Brown
2025-05-13 20:38:08 +01:00
parent 3e99ce4098
commit 058007109e
10 changed files with 77 additions and 19 deletions

View File

@ -0,0 +1,7 @@
{
"version": "v25.02.4",
"instance_id": "1234abcd-cc12-7808-af0a-264cb0cbd611",
"app_name": "My BookStack Instance",
"app_logo": "https://docs.example.com/uploads/images/system/2025-05/cat-icon.png",
"base_url": "https://docs.example.com"
}