mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Add autorefresh Content-Type.
This commit is contained in:
parent
101203e2bd
commit
79f360acef
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};
|
uint64_t page_no {0};
|
||||||
bool refresh_page {true};
|
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