teste
Deploy / Deploy (push) Successful in 1m18s Details

This commit is contained in:
JotaChina 2025-12-05 23:41:37 -03:00
parent 12e9df04b1
commit 12a412ecf6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export async function handleFileLoad(file) {
export async function loadProjectFromServer(fileName) { export async function loadProjectFromServer(fileName) {
try { try {
const response = await fetch(`/var/www/html/trens/src_mmpSearch/mmp/${fileName}`); const response = await fetch(`/src_mmpSearch/mmp/${fileName}`);
if (!response.ok) if (!response.ok)
throw new Error(`Não foi possível carregar o arquivo ${fileName}`); throw new Error(`Não foi possível carregar o arquivo ${fileName}`);