Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic.

VS2019 error:
'<function-style-cast>': cannot convert from 'void' to 'crow::response'
This commit is contained in:
Darius Tan 2021-05-23 20:59:21 +12:00
parent 44abb2d327
commit d7f1985e4c

View File

@ -130,8 +130,3 @@ int main()
.multithreaded() .multithreaded()
.run(); .run();
} }
Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic.
VS2019 error:
'<function-style-cast>': cannot convert from 'void' to 'crow::response'