Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
ajuste rota pesquisar cidade
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardopilati committed Aug 8, 2023
1 parent c8eb480 commit 995870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Site/Equipamento/Cadastrar/Novo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function salvarModelo() {
<SelectAjax
v-model="form.cidade_id"
placeholder="Selecione uma cidade"
href="/admin/pesquisar/cidade/"
href="/pesquisar/cidade/"
:preBusca="true" />
<FormError :error="form.errors.cidade_id" />
</div>
Expand Down

0 comments on commit 995870d

Please sign in to comment.