Update decalator URL
This commit is contained in:
parent
831280d73a
commit
2b6aebc399
|
@ -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…
Reference in New Issue
Block a user