diff --git a/front-end/utils/settings.js b/front-end/utils/settings.js index e7b2780..b8b9368 100644 --- a/front-end/utils/settings.js +++ b/front-end/utils/settings.js @@ -1 +1 @@ -export const backend_url = process.env.DEVELOP_BACKEND_URL; \ No newline at end of file +export const backend_url = process.env.NEXT_PUBLIC_DEVELOP_BACKEND_URL;; \ No newline at end of file