Changing addresses of api

This commit is contained in:
2025-06-06 11:51:37 +03:00
parent 372c7ac12b
commit 8e9e620e14
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -387,8 +387,7 @@
project: document.getElementById("message").value,
};
await fetch('http://localhost:81/order', {
await fetch('http://api.micialware.ru/order', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
+1 -1
View File
@@ -356,7 +356,7 @@
};
try {
await fetch('http://micialware.ru:81/order', {
await fetch('http://api.micialware.ru/order', {
method: 'POST',
headers: {
'Content-Type': 'application/json'