Skip to content

Commit

Permalink
[ADD] url
Browse files Browse the repository at this point in the history
  • Loading branch information
KennBro committed Feb 1, 2024
1 parent 409f74a commit 44117a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
url: '/api'
};
3 changes: 2 additions & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// The list of file replacements can be found in `angular.json`.

export const environment = {
production: false
production: false,
url: 'http://127.0.0.1:5000'
};

/*
Expand Down

0 comments on commit 44117a3

Please sign in to comment.