fixing Hardcoded Non-Cryptographic Secret and change the port to 8080 .

- version : 2.6
- Details : adding .env file that has the secret key and use it .. using
  different python modules and removing the unused route `/add_lesson`.
//############################################//
	modified:   .gitignore
	modified:   app.py
	modified:   requirements.txt
	modified:   serve.sh
//############################################//
هذا الالتزام موجود في:
2025-10-01 11:12:20 +03:00
الأصل 95bb3e5ecb
التزام 9dbd814f6c
4 ملفات معدلة مع 21 إضافات و43 حذوفات

عرض الملف

@@ -1 +1 @@
gunicorn -w 4 -b 127.0.0.1:8000 app:app
gunicorn -w 4 -b 127.0.0.1:8080 app:app