refactor: rename DTree to DValue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DTree get_config()
|
||||
DValue get_config()
|
||||
{
|
||||
DTree config;
|
||||
DValue config;
|
||||
|
||||
config["site"]["name"] = "UCE Starter";
|
||||
config["site"]["default_page_title"] = "Home";
|
||||
|
||||
Reference in New Issue
Block a user