mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
example.cpp consistency
This commit is contained in:
parent
d0141b2613
commit
aaf3e52503
@ -12,7 +12,7 @@ int main()
|
||||
return "Hello World!";
|
||||
});
|
||||
|
||||
app.route("/about")
|
||||
FLASK_ROUTE(app, "/about")
|
||||
([](){
|
||||
return "About Flask example.";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user