Update decalator URL

master
Tanner Collin 2 years ago
parent 831280d73a
commit 2b6aebc399
  1. 2
      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();

Loading…
Cancel
Save