Update decalator URL

This commit is contained in:
Tanner Collin 2021-12-08 22:02:03 +00:00
parent 831280d73a
commit 2b6aebc399

View File

@ -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();