Skip to content

Commit

Permalink
Merge pull request #59 from elisa-tech/fix-default-api-port
Browse files Browse the repository at this point in the history
Fix default API port in constants.tsx
  • Loading branch information
pellecchialuigi authored Jan 9, 2025
2 parents 960ab7f + d6090d3 commit 3782668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/Constants/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_BASE_URL = 'http://localhost:3001'
export const API_BASE_URL = 'http://localhost:5000'
export const TESTING_FARM_COMPOSES_URL = 'https://api.dev.testing-farm.io/v0.1/composes'
export const force_reload = true

Expand Down

0 comments on commit 3782668

Please sign in to comment.