This commit is contained in:
Chunting Gu
2019-07-25 17:36:13 +08:00
+1 -1
View File
@@ -124,7 +124,7 @@ int main() {
server.Route("/", std::make_shared<HelloView>());
server.Run();
server.Start();
} catch (const std::exception&) {
return 1;