mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
⚡ Help() should respond with 301
This commit is contained in:
parent
74b45a1775
commit
347c9490fd
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ void api::ImpactBal(req_args) const
|
|||
//System Usage
|
||||
void api::Help(req_args) const
|
||||
{
|
||||
static thread_local auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/README.md");
|
||||
static thread_local auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/README.md", k301MovedPermanently);
|
||||
CACHE_FOREVER;
|
||||
callback(resp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue