mirror of
https://github.com/bitinflow/server.git
synced 2026-03-14 05:55:53 +00:00
add google analytics code
This commit is contained in:
@@ -34,3 +34,6 @@ socket.on('close', function () {
|
||||
request_counter.incrementTo(0);
|
||||
user_counter.incrementTo(0);
|
||||
});
|
||||
|
||||
// load google analytics after above starts
|
||||
require('./ga');
|
||||
|
||||
Reference in New Issue
Block a user