Let's make (git) history!
Šī revīzija ir iekļauta:
14
handlers/handlerallcategories.h
Parasts fails
14
handlers/handlerallcategories.h
Parasts fails
@@ -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
|
Atsaukties uz šo jaunā problēmā
Block a user