Skip to content

Commit

Permalink
fix(jadlog): Updating WS endpoint with https
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 20, 2025
1 parent da3afe3 commit cf563fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/jadlog/lib-mjs/calculate-jadlog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default async ({ params, application }) => {

try {
const { data } = await axios({
url: 'http://www.jadlog.com.br/embarcador/api/frete/valor',
url: 'https://www.jadlog.com.br/embarcador/api/frete/valor',
method: 'post',
data: {
frete: jadlogServices,
Expand Down

0 comments on commit cf563fb

Please sign in to comment.