mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(ponse) redirect: setHeader -> fillHeader
This commit is contained in:
parent
43d6766cfa
commit
4e59f4c16e
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@
|
|||
|
||||
Util.checkArgs(arguments, ['url', 'response']);
|
||||
|
||||
setHeader(header, response);
|
||||
fillHeader(header, response);
|
||||
response.statusCode = MOVED_PERMANENTLY;
|
||||
response.end();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue