From 2b6aebc3998c7fce89982d0b14eaf957ecd261a4 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 8 Dec 2021 22:02:03 +0000 Subject: [PATCH] Update decalator URL --- webclient/src/Paste.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/Paste.js b/webclient/src/Paste.js index 7d7024b..dd8dba9 100644 --- a/webclient/src/Paste.js +++ b/webclient/src/Paste.js @@ -66,7 +66,7 @@ function LabelForm(props) { const handleSubmit = (e) => { if (loading) return; setLoading(true); - fetch('https://decalator-proxy.dns.t0.vc/?' + new URLSearchParams(input)) + fetch('https://labels.protospace.ca/?' + new URLSearchParams(input)) .then(res => { if (res.ok) { return res.blob();