commit fc1281c0c425fd8531329b1f7a49ec96e60f871e parent b717221932c9fb9f656b5a7856f3fce628264eb9 Author: Nilotpal Gupta <nilotpalgupta0701@gmail.com> Date: Mon, 1 Dec 2025 20:50:47 +0530 add .env (as it only contails url) Diffstat:
| A | .env | | | 1 | + |
| M | .gitignore | | | 1 | - |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env b/.env @@ -0,0 +1 @@ +SERVER_URL = 'http://10.150.40.117:5000' diff --git a/.gitignore b/.gitignore @@ -44,6 +44,5 @@ app.*.map.json python_env/ # AI Models -.env assets/*.onnx* /.vscode/