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