diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-29 12:35:26 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-29 12:35:26 +0200 |
commit | 2ea7ffb3abc8c62cfd5235ba4dbcd040f0235d69 (patch) | |
tree | 7481f2ebec982321126fe77e708abe3f8cdd04c4 /test/AFB.html | |
parent | 6881297e1b8f8e0977088d79cbc417d884cac300 (diff) |
don't enforce to refresh the token
Change-Id: I4257210371c4b809e93c174e00677a82c4b196c7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/AFB.html')
-rw-r--r-- | test/AFB.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AFB.html b/test/AFB.html index a1a4bf59..b0832d9a 100644 --- a/test/AFB.html +++ b/test/AFB.html @@ -3,7 +3,7 @@ <title>Test of AFB Echo</title> <script type="text/javascript" src="AFB.js"></script> <script type="text/javascript"> - var afb = new AFB("api", "hello-token"); + var afb = new AFB("api", "hello"); var ws; function onopen() { |