/
quantvector
/
backend-core
Обзор
Документация
Войти
/
quantvector
/
backend-core
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
include/History/HistoryController.h
12 строк
320 B
YRM
Initial commit
16 апр 2026, 12:03
16 апр 2026, 12:03
a48cc4d
Код
Авторство
О чём код?
#ifndef HISTORY_CONTROLLER_H_ #define HISTORY_CONTROLLER_H_ #include <boost/beast/http.hpp> #include <iostream> class HistoryController { public: static boost::beast::http::response<boost::beast::http::string_body> getUserHistory(const boost::beast::http::request<boost::beast::http::string_body> &req); }; #endif