mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
updated redirect url
This commit is contained in:
parent
7d26eb9341
commit
491e4bcc85
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ void api::ImpactBal(req_args)
|
|||
//System Usage
|
||||
void api::Help(req_args)
|
||||
{
|
||||
auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/README.md", k301MovedPermanently);
|
||||
auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/main/README.md", k301MovedPermanently);
|
||||
CACHE_FOREVER;
|
||||
callback(resp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue