submits correctly now using variables set in the service from secrets.

This commit is contained in:
2025-12-18 23:00:43 +00:00
parent 04f6da76e7
commit 16f88f9031
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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',