diff --git a/src/dataStore/RouteEntity.cpp b/src/dataStore/RouteEntity.cpp index 9035b1e..d4fdb39 100644 --- a/src/dataStore/RouteEntity.cpp +++ b/src/dataStore/RouteEntity.cpp @@ -845,6 +845,7 @@ namespace NekoGui { _add(new configItem("id", &id, itemType::integer)); _add(new configItem("name", &name, itemType::string)); _add(new configItem("rules", &castedRules, itemType::jsonStoreList)); + _add(new configItem("default_outbound", &defaultOutboundID, itemType::integer)); } RoutingChain::RoutingChain(const RoutingChain& other) : JsonStore(other) {