Skip to content

Commit

Permalink
feat(infrastructure): rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
myst committed Aug 13, 2024
1 parent 488508c commit 2852709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Environment } from './environment.interface';
export const environment: Environment = {
production: false,
// Change this to your local IP if you want to test on a mobile device in the same network
backendUrl: () => 'window.location.origin',
backendUrl: () => window.location.origin,
};

/*
Expand Down

0 comments on commit 2852709

Please sign in to comment.