Skip to content

Commit

Permalink
feat: getAdminBoardInfo service method에 contactUrl 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oereo committed Jun 26, 2023
1 parent 528f309 commit 2e46808
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public HashMap<String, String> getAdminBoardInfo() {
adminBoardInfoTable.put("license", adminBoardInfo.getLicense());
adminBoardInfoTable.put("licenseUrl", adminBoardInfo.getLicenseUrl());
adminBoardInfoTable.put("version", adminBoardInfo.getVersion());
adminBoardInfoTable.put("contactUrl", adminBoardInfo.getContactUrl());
return adminBoardInfoTable;
}

Expand Down

0 comments on commit 2e46808

Please sign in to comment.