Add autorefresh Content-Type.

This commit is contained in:
Norman Moeschter 2019-12-08 16:26:52 +00:00
parent 101203e2bd
commit 79f360acef
No known key found for this signature in database
GPG Key ID: A7F8A1CFB1B0FDF2
1 changed files with 1 additions and 1 deletions

View File

@ -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));
});
}