Cleanup content handler and remove request counter.

This commit is contained in:
Jm Casler
2021-12-23 19:56:37 -08:00
parent 2d8bf4d684
commit 8e50e25eec
3 changed files with 1 additions and 18 deletions

View File

@@ -18,10 +18,6 @@ void handleReport(HTTPRequest *req, HTTPResponse *res);
void middlewareSpeedUp240(HTTPRequest *req, HTTPResponse *res, std::function<void()> next);
void middlewareSpeedUp160(HTTPRequest *req, HTTPResponse *res, std::function<void()> next);
uint32_t getTimeSpeedUp();
void setTimeSpeedUp();
// Interface to the PhoneAPI to access the protobufs with messages
class HttpAPI : public PhoneAPI
{