Skip to content

Commit 4fc7b11

Browse files
authored
Update API URL and placeholder in index.html
1 parent 716d1e2 commit 4fc7b11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ <h2 style="margin-bottom: 1rem; color: #333;">Configurações</h2>
332332
<input
333333
type="text"
334334
id="apiUrl"
335-
value="http://localhost:3000"
336-
placeholder="http://localhost:3000 ou https://sua-api.com"
335+
value="https://baas-devpr.vercel.app"
336+
placeholder="http://localhost:3000 ou https://baas-devpr.vercel.app"
337337
>
338338
<small style="color: #888; font-size: 0.8rem; margin-top: 0.25rem; display: block;">
339339
Configure a URL onde sua API está rodando

0 commit comments

Comments
 (0)