changed redirect adress

This commit is contained in:
EntireTwix 2021-07-04 18:18:16 -07:00
parent 3537504bfc
commit 317233be67

View file

@ -109,7 +109,7 @@ void api::SubBal(req_args) const
//System Usage //System Usage
void api::Help(req_args) const void api::Help(req_args) const
{ {
auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/Refractor/docs/connected_services/how_to/endpoints.md"); //may make README.md auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/Refractor/README.md"); //may make README.md
CACHE_FOREVER; CACHE_FOREVER;
callback(resp); callback(resp);
} }