fix: update fetch request URL to use '/api' endpoint
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const start = Date.now();
|
const start = Date.now();
|
||||||
const res = await fetch('/', {
|
const res = await fetch('/api', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'x-relay-target': target,
|
'x-relay-target': target,
|
||||||
|
|||||||
Reference in New Issue
Block a user