diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-29 23:41:40 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-29 23:41:40 +0200 |
commit | 26bca5f8a8c6f9403a84945a5cd914b6da948efd (patch) | |
tree | 88469dc3eaa063b3d773d5221fe3cb67e9b04cc0 /test/AFB.html | |
parent | 706bc5c7e0db5f7a782f80ab99fa8fe005289f8d (diff) | |
parent | 2ea7ffb3abc8c62cfd5235ba4dbcd040f0235d69 (diff) |
Merge branch 'master' of https://github.com/iotbzh/afb-daemon
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() { |