mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🔥 removed legacy Json() and JsonCpp
This commit is contained in:
parent
ec0d5900c1
commit
1d76bc54bd
1 changed files with 0 additions and 4 deletions
|
|
@ -11,9 +11,6 @@ using namespace drogon;
|
||||||
class api : public HttpController<api>
|
class api : public HttpController<api>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void JsonCpp(req_args);
|
|
||||||
static void Json(req_args);
|
|
||||||
|
|
||||||
#if API_VERSION >= 1
|
#if API_VERSION >= 1
|
||||||
static void GetBal(req_args, const std::string &name);
|
static void GetBal(req_args, const std::string &name);
|
||||||
static void GetLogs(req_args);
|
static void GetLogs(req_args);
|
||||||
|
|
@ -36,7 +33,6 @@ public:
|
||||||
static void AdminAddUser(req_args);
|
static void AdminAddUser(req_args);
|
||||||
static void DelSelf(req_args);
|
static void DelSelf(req_args);
|
||||||
static void AdminDelUser(req_args);
|
static void AdminDelUser(req_args);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
METHOD_LIST_BEGIN
|
METHOD_LIST_BEGIN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue