diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-06 13:07:34 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-06 13:07:34 +0100 |
commit | dbb880d5cfab46eba2a3594521c5847fa74c3b70 (patch) | |
tree | ab0bc7611c91d7e016e396af7afcf6e09a0da440 /test/AFB.js | |
parent | 2b8dadf32dbb1a412bfb89830aa67f02264b58eb (diff) |
AFB.js: make HELLO the default token
Change-Id: I76ae307672e1268b9cc4a9194e61f884a3f7455b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/AFB.js')
-rw-r--r-- | test/AFB.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AFB.js b/test/AFB.js index ea70357b..ed2ffc2d 100644 --- a/test/AFB.js +++ b/test/AFB.js @@ -21,7 +21,7 @@ if (typeof base != "object") var initial = { base: base.base || "api", - token: base.token || initialtoken || "hello", + token: base.token || initialtoken || "HELLO", host: base.host || window.location.host, url: base.url || undefined }; |