From 62bff676d28ade76a6ac6f4e47f115b2f38ce90f Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Wed, 10 Dec 2025 14:42:21 +0330 Subject: [PATCH] fix(env): Correct API URL and add hCaptcha site key --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index fe58093..81ceefa 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ -NEXT_PUBLIC_API_URL=https://opplens.com/api/v1/ \ No newline at end of file +NEXT_PUBLIC_API_URL=https://opplenz.com/api/v1/ +NEXT_PUBLIC_HCAPTCHA_SITE_KEY=71ca528e-6c1c-477c-80b0-414e9418fe54 \ No newline at end of file