root: macro: web: crypto: refactor class name

Intended to be used only for RNG.
This commit is contained in:
2024-07-20 21:38:38 -07:00
parent aeacc69788
commit 8eda51c6bc
2 changed files with 22 additions and 22 deletions

View File

@@ -65,7 +65,7 @@ class Server final
internal::Command::load({"web/internal/crypto.C"});
internal::g_HTTPServer->RegisterCommand(
"/rng_sample",
"::docker_finance::macro::web::internal::Crypto::rng_sample(\"%arg1%"
"::docker_finance::macro::web::internal::Random::rng_sample(\"%arg1%"
"\")");
internal::Command::load({"web/internal/meta.C"});