Let's make (git) history!
Dieser Commit ist enthalten in:
14
handlers/handlerallcategories.h
Normale Datei
14
handlers/handlerallcategories.h
Normale Datei
@@ -0,0 +1,14 @@
|
||||
#ifndef HANDLERALLCATEGORIES_H
|
||||
#define HANDLERALLCATEGORIES_H
|
||||
|
||||
#include "handler.h"
|
||||
|
||||
class HandlerAllCategories : public Handler
|
||||
{
|
||||
public:
|
||||
HandlerAllCategories();
|
||||
using Handler::Handler;
|
||||
Response handle(const Request &r) override;
|
||||
};
|
||||
|
||||
#endif // HANDLERALLCATEGORIES_H
|
In neuem Issue referenzieren
Einen Benutzer sperren