From 5ca5be1d0617b8042fb396a5b894de96ce750072 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 15 Jun 2021 13:21:34 +0300 Subject: [PATCH] Notifications: Support new production URL (#1163) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 5fad09f79..1b5acc8e0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -105,7 +105,7 @@ module.exports = (env = {}, argv = {}) => { new EnvironmentPlugin({ APP_VERSION: 'dev', APP_ENV: 'production', - APP_URL: 'https://webz.telegram.org/', + APP_URL: 'https://web.telegram.org/z/', TELEGRAM_T_API_ID: '', TELEGRAM_T_API_HASH: '', }),