This commit is contained in:
Luiz H. R. Silva 2024-06-19 19:18:56 -03:00
parent 6720f8e73a
commit 90973670ca
5 changed files with 14 additions and 18 deletions

View file

@ -70,9 +70,7 @@ export const serie_consultar = ({
const serie = encodeURIComponent(JSON.stringify(pr, null, 2))
vUrl.searchParams.append("serie", serie)
return vUrl.href
return `${vUrl.href}?serie=${serie}`
}
return {