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