new index
All checks were successful
Deploy / trigger (push) Successful in 21s

This commit is contained in:
2026-03-27 23:14:15 +01:00
parent 15e1860105
commit 0e370eb457
2 changed files with 25 additions and 125 deletions

View File

@@ -84,7 +84,7 @@
try {
// NOTA: Controlla che la rotta nel tuo Java sia corretta (/seal/rsa/decrypt o /api/rsa/decifra)
const res = await fetch("/seal/rsa/decrypt", {
const res = await fetch("http://localhost:8080/seal/rsa/decrypt", {
method: "POST", headers: { "Content-Type": "application/json" },
body: JSON.stringify({ text: input })
});