Skip to content

Commit

Permalink
refactor: change the FILES_BASE_URL constant from env to hardcoded st…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
sina-saeedi committed Nov 10, 2024
1 parent b710129 commit ea21b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/envs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const INTERNAL_BACKEND_URL = process.env.INTERNAL_BACKEND_BASE_URL;
export const EXTERNAL_BACKEND_URL =
process.env.NEXT_PUBLIC_EXTERNAL_BACKEND_BASE_URL;
export const FILES_PUBLIC_URL = `${process.env.FILES_BASE_URL}/files`;
export const FILES_PUBLIC_URL = `https://backend-reactjs.tarhche.com/files`;

0 comments on commit ea21b83

Please sign in to comment.