Let's make (git) history!
This commit is contained in:
13
handlers/handlerdefault.h
Normal file
13
handlers/handlerdefault.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef HANDLERDEFAULT_H
|
||||
#define HANDLERDEFAULT_H
|
||||
|
||||
#include "handler.h"
|
||||
class HandlerDefault : public Handler
|
||||
{
|
||||
public:
|
||||
Response handle(const Request &r) override;
|
||||
~HandlerDefault() override;
|
||||
using Handler::Handler;
|
||||
};
|
||||
|
||||
#endif // HANDLERDEFAULT_H
|
Reference in New Issue
Block a user