Add PolyGerrit site theme file url to REST API

Change-Id: If25d0850f92f90aa4eabdf9aa74f0d3bc6307392
This commit is contained in:
Viktar Donich
2017-07-20 16:20:09 -07:00
parent 8e2036ee1a
commit 38252c5dfa
4 changed files with 18 additions and 1 deletions

View File

@@ -28,4 +28,5 @@ public class ServerInfo {
public Map<String, String> urlAliases;
public UserConfigInfo user;
public ReceiveInfo receive;
public String defaultTheme;
}