scale: Variable Global $urlG
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import FormPostInq from "../Componentes/FormPostCli.svelte";
|
||||
import NavBarAutocompletable from "../Componentes/NavBarAutocompletable.svelte";
|
||||
import TextBar from "../Componentes/BarraHorizontalConTexto.svelte";
|
||||
import { urlG } from "../stores/urlStore";
|
||||
</script>
|
||||
|
||||
<NavBarAutocompletable/>
|
||||
@@ -28,7 +29,7 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<br>
|
||||
<FormPostInq url="http://127.0.0.1:5007/api/propietario"/>
|
||||
<FormPostInq url={String($urlG)+'/api/propietario'}/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user