Commit ecd429b9 authored by Mark Harding's avatar Mark Harding

(feat): move anayltics to mwa endpoint

No related merge requests found
Pipeline #74187966 waiting for delayed job with stages
in 36 minutes and 2 seconds
......@@ -26,7 +26,7 @@ export class AnalyticsService {
async send(type: string, fields: any = {}, entityGuid: string = null) {
if (type === 'pageview') {
this.client.post('api/v2/analytics/pageview', fields);
this.client.post('api/v2/mwa/pv', fields);
} else {
this.client.post('api/v1/analytics', { type, fields, entityGuid });
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment