Added backend for the analytics stuff..
This commit is contained in:
parent
9808c2509c
commit
50b8d4f82e
5 changed files with 39 additions and 5 deletions
|
@ -42,5 +42,5 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"proxy": "http://localhost:5000"
|
||||
"proxy": "http://localhost:5050"
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ export default function BehaviorNormal() {
|
|||
let logger = new Logger({
|
||||
//inputs: ["cursor", "wheel", "keyboard", "touch"],
|
||||
inputs: ["keyboard"],
|
||||
apiUrl: "http://localhost:5000",
|
||||
logToConsole: true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue