Skip to content

Commit

Permalink
Merge pull request #243 from swiftss-org/staging
Browse files Browse the repository at this point in the history
Release: 10/8/2023
  • Loading branch information
diogenis-si authored Aug 10, 2023
2 parents ddd6cc2 + 840079d commit e6e84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/axiosInstances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PUT = 'put';
const PATCH = 'patch';
const DELETE = 'delete';

const BASE_URL = process.env.REACT_APP_API_BASE_URL || 'https://tmh-registry-api-staging.herokuapp.com';
const BASE_URL = process.env.REACT_APP_API_BASE_URL;

export const METHODS = { GET, POST, PUT, DELETE, PATCH };

Expand Down

0 comments on commit e6e84f3

Please sign in to comment.