Merge pull request #199 from normoes/add_autorefresh_content_type

Add autorefresh Content-Type.
devel
moneroexamples 4 years ago committed by GitHub
commit e7091da33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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