Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit f5c0b04

Browse files
author
Francois-Xavier Gentilhomme
committed
[DEV] Changing webdemo api url
1 parent bc84b79 commit f5c0b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>MyScriptJS demo - WS text sample</h1>
4040
var languages = document.getElementById('languages');
4141

4242
var options = {
43-
// Handle MyScript Cloud authentication keys (cloud.myscript.com)
43+
host: "webdemoapi.myscript.com", // Handle MyScript Cloud authentication keys (cloud.myscript.com)
4444
applicationKey: "22eda92c-10af-40d8-abea-fd4093c17d81", // MyScript Cloud application key - change the keys for production use
4545
hmacKey: "a1fa759f-b3ce-4091-9fd4-d34bb870c601", // MyScript Cloud HMAC key - change the keys for production use
4646
type: MyScript.RecognitionType.TEXT, // Recognition type

0 commit comments

Comments
 (0)