mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
🔥 removed legacy loading code
This commit is contained in:
parent
f82e6ea781
commit
65e9a02c57
1 changed files with 0 additions and 4 deletions
4
main.cpp
4
main.cpp
|
|
@ -38,10 +38,6 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}).detach();
|
||||
}
|
||||
for (int i = 0; i < 10000; ++i)
|
||||
{
|
||||
bank.AddUser(std::to_string(i), "root");
|
||||
}
|
||||
|
||||
auto API = std::make_shared<BankF>();
|
||||
app().registerPostHandlingAdvice(
|
||||
|
|
|
|||
Loading…
Reference in a new issue