mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
12 lines
256 B
C++
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";
|
|
|