Also commit the .cpp file.

This commit is contained in:
Relintai 2022-01-07 17:03:21 +01:00
parent b5a477f917
commit 3eb128264d

View File

@ -21,6 +21,10 @@ void WebNode::migrate() {
}
void WebNode::create_default_entries() {
}
WebNode::WebNode() : Node() {
create_validators();
}