mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 08:12:12 +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>
|
||||
{
|
||||
public:
|
||||
static void JsonCpp(req_args);
|
||||
static void Json(req_args);
|
||||
|
||||
#if API_VERSION >= 1
|
||||
static void GetBal(req_args, const std::string &name);
|
||||
static void GetLogs(req_args);
|
||||
|
|
@ -36,7 +33,6 @@ public:
|
|||
static void AdminAddUser(req_args);
|
||||
static void DelSelf(req_args);
|
||||
static void AdminDelUser(req_args);
|
||||
|
||||
#endif
|
||||
|
||||
METHOD_LIST_BEGIN
|
||||
|
|
|
|||
Loading…
Reference in a new issue