mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
17 lines
342 B
C++
17 lines
342 B
C++
#ifndef Elopage_Webhook_LIGHT_INCLUDED
|
|
#define Elopage_Webhook_LIGHT_INCLUDED
|
|
|
|
|
|
#include "PageRequestMessagedHandler.h"
|
|
|
|
|
|
class ElopageWebhookLight : public PageRequestMessagedHandler
|
|
{
|
|
public:
|
|
void handleRequest(Poco::Net::HTTPServerRequest& request, Poco::Net::HTTPServerResponse& response);
|
|
};
|
|
|
|
|
|
|
|
#endif // Elopage_Webhook_LIGHT_INCLUDED
|