Skip to content

Commit

Permalink
fix: ajuste no caminho das rotas da API
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGaleao committed Oct 27, 2023
1 parent 85074b0 commit 5a6a30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const API_URL = 'http://20.190.249.236/'
export const API_PREDICT_URL = 'http://20.96.249.168/'
export const API_URL = 'https://backend-production-3b2b.up.railway.app/'
export const API_PREDICT_URL = 'https://predict-api-production.up.railway.app/'

2 comments on commit 5a6a30d

@vercel
Copy link

@vercel vercel bot commented on 5a6a30d Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5a6a30d Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.