Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Mar 15, 2024
1 parent 79be9d1 commit e7b5735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/resolveBasePath.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export const resolveBasePath = () => {

let baseUrl = window.location.origin;

// Direct request from local dev env to dev.develop
if (/127\.0\.0\.1|localhost|0\.0\.0\.0/.test(baseUrl)) {
return 'https://dev.develop.tapis.io';
return 'https://dev.develop.tapis.io';
}

return baseUrl;
Expand Down

0 comments on commit e7b5735

Please sign in to comment.