mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 default is k200
This commit is contained in:
parent
d6a55652ca
commit
b0ba114445
1 changed files with 0 additions and 2 deletions
|
|
@ -121,7 +121,6 @@ void api::Close(req_args) const
|
|||
void api::Contains(req_args, const std::string &name) const
|
||||
{
|
||||
auto resp = HttpResponse::newHttpJsonResponse(JsonCast(bank.Contains(name)));
|
||||
resp->setStatusCode(k200OK);
|
||||
callback(resp);
|
||||
}
|
||||
void api::AdminVerifyAccount(req_args) const
|
||||
|
|
@ -131,7 +130,6 @@ void api::AdminVerifyAccount(req_args) const
|
|||
void api::ApiVersion(req_args) const
|
||||
{
|
||||
auto resp = HttpResponse::newHttpJsonResponse(API_VERSION);
|
||||
resp->setStatusCode(k200OK);
|
||||
CACHE_FOREVER;
|
||||
callback(resp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue