We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd2ada commit f5e1b59Copy full SHA for f5e1b59
moon-src/moon.cpp
@@ -219,6 +219,7 @@ int main(int argc, char* argv[])
219
conf->name = "bootstrap";
220
conf->source = fs::path(bootstrap).filename().string();
221
conf->memlimit = std::numeric_limits<size_t>::max();
222
+ conf->params = "return {}";
223
server_->new_service(std::move(conf));
224
server_->set_unique_service("bootstrap", BOOTSTRAP_ADDR);
225
0 commit comments