forgot to change this

This commit is contained in:
SuperNovaa41 2024-01-31 18:58:46 -05:00
parent 86e5544572
commit b65390a1b7

@ -25,7 +25,7 @@ int main()
{
crow::response response(add_new_book(isbn));
response.add_header("Access-Control-Allow-Origin", "*");
return crow::response(add_new_book(isbn));
return response;
});
CROW_ROUTE(app, "/remove/<string>")