Add basic resource information in about response

This commit is contained in:
Ingo Oppermann
2024-08-20 11:55:08 +02:00
parent 0b1601542d
commit 68607ed932
6 changed files with 58 additions and 24 deletions

View File

@@ -1500,6 +1500,7 @@ func (a *api) start(ctx context.Context) error {
return false
},
Resources: a.resources,
}
mainserverhandler, err := http.NewServer(serverConfig)