aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/KlingerHandler.hpp
blob: c07830366d7aaea3e08bc801bf09d8307c551a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Created by max on 11.08.20.
//
#include <mongoose/Server.h>
#include <mongoose/JsonResponse.h>
#include <string>
#ifndef DORGODBOTBACKEND_KLINGERHANDLER_H
#define DORGODBOTBACKEND_KLINGERHANDLER_H


class KlingerHandler {
public:
    void onCall(const Mongoose::Request& request, Mongoose::JsonResponse& response) ;
};


#endif //DORGODBOTBACKEND_KLINGERHANDLER_H