Skip to content

Commit

Permalink
Update analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Nov 14, 2021
1 parent fe43386 commit 646552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void connectAnalytics() async {
'X-Forwarded-For': '127.0.0.1',
'Content-Type': 'application/json',
};
var netBody = '{"name":"pageview","url":"http://nexustools.corbin.io/$realOS/$cpu","domain":"nexustools.corbin.io"}';
var netBody = '{"name":"pageview","url":"app://localhost/$realOS/$cpu","domain":"nexustools.corbin.io"}';
// Send request
try {
await http.post(net, headers: netHeaders, body: netBody);
Expand Down

0 comments on commit 646552a

Please sign in to comment.