Skip to content

Commit

Permalink
docs(api): atualiza endereço de api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Lourenço Marques committed Nov 6, 2023
1 parent 5e97100 commit c12664a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
>
<ng-template p-select-option-template let-option>
<div class="sample-select-option-template-container">
<po-avatar p-size="xs" p-src="https://po-sample-api.fly.dev/v1/sampleSelect/{{ option.value }}.png">
<po-avatar p-size="xs" p-src="https://po-sample-api.onrender.com/v1/sampleSelect/{{ option.value }}.png">
</po-avatar>

<div class="sample-select-option-template-margin">
Expand Down

0 comments on commit c12664a

Please sign in to comment.