Skip to content

Commit

Permalink
Update environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfariakof committed May 5, 2024
1 parent acbba1f commit acfb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/environment/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
LIMITE_DE_LINHAS: 10,
INPUT_DE_BUSCA: '',
URL_BASE: 'http://alexfariakof.com:42535'
URL_BASE: 'http://alexfariakof.com:42535/v2'
};

0 comments on commit acfb60e

Please sign in to comment.