mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
355a1b0f34
commit
48912e0782
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