mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
minor changes
This commit is contained in:
parent
16f6bd71a8
commit
5f2f5f228d
1 changed files with 3 additions and 2 deletions
|
|
@ -23,8 +23,9 @@
|
|||
NOT_FOUND = 404,
|
||||
OK = 200,
|
||||
|
||||
NO_JS = CloudFunc.NoJS,
|
||||
FS = CloudFunc.Fs,
|
||||
FS = CloudFunc.FS,
|
||||
NO_JS = CloudFunc.NO_JS,
|
||||
|
||||
INDEX = null,
|
||||
REQUEST = 'request',
|
||||
RESPONSE = 'response',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue