Let's make (git) history!
This commit is contained in:
13
handlers/handlerallpages.h
Normal file
13
handlers/handlerallpages.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef HANDLERALLPAGES_H
|
||||
#define HANDLERALLPAGES_H
|
||||
|
||||
#include "handler.h"
|
||||
class HandlerAllPages : public Handler
|
||||
{
|
||||
public:
|
||||
HandlerAllPages();
|
||||
using Handler::Handler;
|
||||
Response handle(const Request &r) override;
|
||||
};
|
||||
|
||||
#endif // HANDLERALLPAGES_H
|
Fai riferimento in un nuovo problema
Block a user