Skip to content

Commit

Permalink
fix: development api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosavioli committed Aug 6, 2024
1 parent 2132b2e commit e0cb00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const environment = {

const api = {
API_VERSION: API_VERSION,
ENDPOINT: NODE_ENV == "production" ? PRODUCTION_API_ENDPOINT : "192.168.15.8:3000",
ENDPOINT: NODE_ENV == "production" ? PRODUCTION_API_ENDPOINT : "192.168.15.9:3000",
}

const analytics = {
Expand Down

0 comments on commit e0cb00c

Please sign in to comment.