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