Let's make (git) history!
Este cometimento está contido em:
14
handlers/handlerhistory.h
Ficheiro normal
14
handlers/handlerhistory.h
Ficheiro normal
@@ -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
|
Criar uma nova questão referindo esta
Bloquear um utilizador