api-v3: First draft
[src/app-framework-binder.git] / test / AFB.js
index ea70357..8fccdb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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
 };