From dc83f3b13dbff0509768723063659767250f69f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Cejrowski?= Date: Wed, 17 Feb 2021 11:44:19 +0100 Subject: [PATCH] Change URL in Tapad Id Submodule (#6318) --- modules/tapadIdSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tapadIdSystem.js b/modules/tapadIdSystem.js index e4dfe304585..a49d62897ad 100644 --- a/modules/tapadIdSystem.js +++ b/modules/tapadIdSystem.js @@ -3,7 +3,7 @@ import { submodule } from '../src/hook.js'; import * as ajax from '../src/ajax.js' import * as utils from '../src/utils.js'; -export const graphUrl = 'https://realtime-graph-access-zxvhwknfeq-uc.a.run.app/v1/graph'; +export const graphUrl = 'https://rtga.tapad.com/v1/graph'; export const tapadIdSubmodule = { name: 'tapadId',