Rename and tested functionality justify this

This commit is contained in:
Eduardo_Figueroa 2025-09-09 16:17:24 -07:00
parent 735e41de84
commit 443173ae84

View file

@ -2,7 +2,7 @@ import os
class Config:
# App version
VERSION = '1.0.0'
VERSION = '1.1.0'
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'