Fix an error of README.

master
Chunting Gu 6 years ago committed by GitHub
parent 975d73720a
commit 49249d6102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ int main() {
server.Route("/", std::make_shared<HelloView>());
server.Run();
server.Start();
} catch (const std::exception&) {
return 1;

Loading…
Cancel
Save