Let's make (git) history!

Tá an tiomantas seo le fáil i:
2018-11-03 17:12:20 +01:00
tiomantas 3bfebfe8a8
D'athraigh 212 comhad le 11970 breiseanna agus 0 scriosta

14
handlers/handlerhistory.h Comhad gnáth
Féach ar an gComhad

@@ -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