refacotor(server): clean-ups

This commit is contained in:
3lswear
2022-02-20 16:10:24 +03:00
parent 4ad745a9e9
commit a57ba161ce
3 changed files with 68 additions and 132 deletions

View File

@@ -17,7 +17,7 @@ int main(int argc, char **argv)
server.readConfig(argv[1]);
else
server.readConfig(path);
server.start();
server.run();
}
catch(const ConfigException& e)
{