Added backend for the analytics stuff..
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cami 2021-07-18 23:59:04 +02:00
parent 9808c2509c
commit 50b8d4f82e
5 changed files with 39 additions and 5 deletions

View file

@ -42,5 +42,5 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:5000"
"proxy": "http://localhost:5050"
}

View file

@ -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,
});