forked from projects/fipamo
clean up to move nodejs-archive-branch
This commit is contained in:
parent
31feb32f96
commit
125256838c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@ site/folks.json
|
||||||
site/pages.json
|
site/pages.json
|
||||||
site/tags.json
|
site/tags.json
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
config.codekit3
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
export const AUTH_STATUS = 'getAuthStatus';
|
||||||
export const REQUEST_GOOD = 'requestGood';
|
export const REQUEST_GOOD = 'requestGood';
|
||||||
export const REQUEST_LAME = 'requestLame';
|
export const REQUEST_LAME = 'requestLame';
|
||||||
export const API_REQUEST_GOOD = 'apiUseAuthorized';
|
export const API_REQUEST_GOOD = 'apiUseAuthorized';
|
||||||
|
|
Loading…
Reference in a new issue