Skip to content

Commit f8fabe3

Browse files
committed
fixed runtime error in basic_example
1 parent 65f8eb9 commit f8fabe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int main()
104104
});
105105

106106
// Same as above, but using crow::status
107-
CROW_ROUTE(app,"/hello/<int>")
107+
CROW_ROUTE(app,"/hello_status/<int>")
108108
([](int count){
109109
if (count > 100)
110110
return crow::response(crow::status::BAD_REQUEST);

0 commit comments

Comments
 (0)