// // Created by max on 11.08.20. // #include #include #include #ifndef DORGODBOTBACKEND_KLINGERHANDLER_H #define DORGODBOTBACKEND_KLINGERHANDLER_H class KlingerHandler { public: void onCall(const Mongoose::Request& request, Mongoose::JsonResponse& response) ; }; #endif //DORGODBOTBACKEND_KLINGERHANDLER_H