mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
sismics docs -> teedy
This commit is contained in:
@@ -82,7 +82,7 @@ public class ThemeResource extends BaseResource {
|
||||
public Response get() {
|
||||
JsonObject themeConfig = getThemeConfig();
|
||||
JsonObjectBuilder json = Json.createObjectBuilder();
|
||||
json.add("name", themeConfig.getString("name", "Sismics Docs"));
|
||||
json.add("name", themeConfig.getString("name", "Teedy"));
|
||||
json.add("color", themeConfig.getString("color", "#ffffff"));
|
||||
json.add("css", themeConfig.getString("css", ""));
|
||||
return Response.ok().entity(json.build()).build();
|
||||
|
||||
Reference in New Issue
Block a user