mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Merge pull request #199 from normoes/add_autorefresh_content_type
Add autorefresh Content-Type.
This commit is contained in:
commit
e7091da33a
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -808,7 +808,7 @@ main(int ac, const char* av[])
|
|||
([&]() {
|
||||
uint64_t page_no {0};
|
||||
bool refresh_page {true};
|
||||
return xmrblocks.index2(page_no, refresh_page);
|
||||
return myxmr::htmlresponse(xmrblocks.index2(page_no, refresh_page));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue