Skip to content

Commit

Permalink
Try treating staging as devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Mar 19, 2024
1 parent c87d633 commit a6f3316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/util/apiConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getAxios = () => {
})
}

const isDevEnv = process.env.NODE_ENV === 'development'
const isDevEnv = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'staging'

const devDefaultOptions = {
headers: {
Expand Down

0 comments on commit a6f3316

Please sign in to comment.