edited nginx config
This commit is contained in:
@@ -17,7 +17,7 @@ interface FormData {
|
||||
|
||||
export const submitFormData = async (data: FormData) => {
|
||||
try {
|
||||
const response = await fetch("http://localhost:8004/default/frontend", {
|
||||
const response = await fetch("/backend/default/frontend", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user