submits correctly now using variables set in the service from secrets.
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@
|
||||
data.pbToken = pb.authStore.token;
|
||||
|
||||
try {
|
||||
const response = await fetch('/idea-feedback/api/submit', {
|
||||
const response = await fetch('/api/submit', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user