api: add /info endpoint (#945) (#5045)

This commit is contained in:
Alessandro Ros 2025-09-30 10:39:27 +02:00 committed by GitHub
parent 2024783eec
commit 2690ef8e71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 113 additions and 33 deletions

View file

@ -44,6 +44,10 @@ func TestAPIDocs(t *testing.T) {
openAPIKey string
goStruct any
}{
{
"Info",
defs.APIInfo{},
},
{
"AuthInternalUser",
conf.AuthInternalUser{},