Skip to content

Commit

Permalink
feat: add returning support e-mail from get site info endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Mar 13, 2024
1 parent 2ef6711 commit 9bf102b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class GetSiteInfoAPI(
response["locale"] = config.getString("locale")
response["websiteName"] = config.getString("website-name")
response["websiteDescription"] = config.getString("website-description")
response["supportEmail"] = config.getString("support-email")
response["keywords"] = config.getJsonArray("keywords")
response["panoVersion"] = VERSION

Expand Down

0 comments on commit 9bf102b

Please sign in to comment.