Fix an error of README.

This commit is contained in:
Chunting Gu
2019-07-18 13:16:42 +08:00
committed by GitHub
parent 975d73720a
commit 49249d6102
+1 -1
View File
@@ -124,7 +124,7 @@ int main() {
server.Route("/", std::make_shared<HelloView>()); server.Route("/", std::make_shared<HelloView>());
server.Run(); server.Start();
} catch (const std::exception&) { } catch (const std::exception&) {
return 1; return 1;