mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
🐛Fix local env analytics log event URL
Found another one @basicer
This commit is contained in:
parent
848680181f
commit
e7acf9c798
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ module.exports = class Tracker
|
|||
console.error "Analytics post failed!"
|
||||
else
|
||||
request = @supermodel.addRequestResource 'log_event', {
|
||||
url: '/db/analytics_log_event/-/log_event'
|
||||
url: '/db/analytics.log.event/-/log_event'
|
||||
data: {event: event, properties: properties}
|
||||
method: 'POST'
|
||||
}, 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue