Compare commits
2 commits
008810151f
...
d03a6e4985
Author | SHA1 | Date | |
---|---|---|---|
d03a6e4985 | |||
a0d8645593 |
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function BehaviorNormal() {
|
||||||
let logger = new Logger({
|
let logger = new Logger({
|
||||||
//inputs: ["cursor", "wheel", "keyboard", "touch"],
|
//inputs: ["cursor", "wheel", "keyboard", "touch"],
|
||||||
inputs: ["keyboard"],
|
inputs: ["keyboard"],
|
||||||
// apiUrl: "http://localhost:5000",
|
apiUrl: "https://behavior.marcocamenzind.ch",
|
||||||
logToConsole: true,
|
logToConsole: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue