mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
it complies and crow updated
This commit is contained in:
parent
9b3a27baa9
commit
f9925d6c3b
20 changed files with 870 additions and 513 deletions
2
ext/crow/middleware.h
Normal file → Executable file
2
ext/crow/middleware.h
Normal file → Executable file
|
@ -139,7 +139,7 @@ namespace crow
|
|||
}
|
||||
}
|
||||
|
||||
void after_handle(request& req, response& res, context& ctx)
|
||||
void after_handle(request& /*req*/, response& res, context& ctx)
|
||||
{
|
||||
for(auto& cookie:ctx.cookies_to_add)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue