Add autorefresh Content-Type.

master
Norman Moeschter 5 years ago
parent 101203e2bd
commit 79f360acef
No known key found for this signature in database
GPG Key ID: A7F8A1CFB1B0FDF2

@ -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…
Cancel
Save