Skip to content

Commit

Permalink
ne env prod
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellaera committed Nov 6, 2024
1 parent 395fbf5 commit 41635ea
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
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: process.env["API_URL"]
apiUrl: "${API_URL}"
};

0 comments on commit 41635ea

Please sign in to comment.