Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d29b6d5f55
commit
0bc047730f
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
});
|
||||
|
||||
svr.Options(R"(/.*)", [&llama](const Request &, Response &res)
|
||||
svr.Options(R"(/.*)", [](const Request &, Response &res)
|
||||
{
|
||||
return res.set_content("", "application/json");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue