teste
Deploy / Deploy (push) Successful in 1m18s
Details
Deploy / Deploy (push) Successful in 1m18s
Details
This commit is contained in:
parent
5199b98932
commit
f1ee174a85
|
|
@ -68,7 +68,7 @@ export async function handleFileLoad(file) {
|
|||
|
||||
export async function loadProjectFromServer(fileName) {
|
||||
try {
|
||||
const response = await fetch(`/nethome/jotachina/projetos/src_mmpSearch/mmp/${fileName}`);
|
||||
const response = await fetch(`/var/www/html/trens/src_mmpSearch/mmp/${fileName}`);
|
||||
if (!response.ok)
|
||||
throw new Error(`Não foi possível carregar o arquivo ${fileName}`);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue