Files
maxDcb-C2Core/beacon/Config.hpp
T
Maxime DE CAUMIA BAILLENX 0a454e8ecd Inital commit
2023-04-26 08:28:46 +02:00

12 lines
256 B
C++

#pragma once
#include <string>
#include <vector>
const std::string HttpsEndPoint = "/HttpsEndPoint";
const std::string HttpsContentType = "text/plain";
const std::string HttpEndPoint = "/HttpEndPoint";
const std::string HttpContentType = "text/plain";