mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(ponse) rm REQUEST, RESPONSE
This commit is contained in:
parent
764ccbd5ed
commit
29be58b0f7
1 changed files with 1 additions and 4 deletions
|
|
@ -15,10 +15,7 @@
|
|||
OK = 200,
|
||||
RANGE = 206,
|
||||
MOVED_PERMANENTLY = 301,
|
||||
FILE_NOT_FOUND = 404,
|
||||
|
||||
REQUEST = 'request',
|
||||
RESPONSE = 'response';
|
||||
FILE_NOT_FOUND = 404;
|
||||
|
||||
exports.redirect = redirect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue