From 5bf229566f68eba0462b20c5511676965787cf8c Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:22:14 +0900 Subject: [PATCH] chore: change url of web push proxy --- lib/constant/misskey_web_push_proxy_url.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/constant/misskey_web_push_proxy_url.dart b/lib/constant/misskey_web_push_proxy_url.dart index 762663a5b..7de167e12 100644 --- a/lib/constant/misskey_web_push_proxy_url.dart +++ b/lib/constant/misskey_web_push_proxy_url.dart @@ -1 +1,2 @@ -const misskeyWebPushProxyUrl = 'https://misskey-web-push-proxy.deno.dev'; +const misskeyWebPushProxyUrl = + 'https://misskey-web-push-proxy.poppingmoon.workers.dev';