Let's make (git) history!
This commit is contained in:
14
handlers/handlerhistory.h
Normal file
14
handlers/handlerhistory.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef HANDLERHISTORY_H
|
||||
#define HANDLERHISTORY_H
|
||||
#include "handler.h"
|
||||
|
||||
class HandlerHistory : public Handler
|
||||
{
|
||||
|
||||
public:
|
||||
HandlerHistory();
|
||||
using Handler::Handler;
|
||||
Response handle(const Request &r) override;
|
||||
};
|
||||
|
||||
#endif // HANDLERHISTORY_H
|
Viittaa uudesa ongelmassa
Block a user