aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.cpp b/example.cpp
index 9b36da5..2b2e268 100644
--- a/example.cpp
+++ b/example.cpp
@@ -12,7 +12,7 @@ int main()
return "Hello World!";
});
- app.route("/about")
+ FLASK_ROUTE(app, "/about")
([](){
return "About Flask example.";
});