[FEAT] (프로젝트 구성): 초기 프로젝트 구성
v0.1 (2025-11-13) - Flask, Gunicorn, gevent, MariaDB, Redis, Swagger, logging 기본 구성 완료;
This commit is contained in:
6
src/constants.py
Normal file
6
src/constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# API INFO
|
||||
API_VERSION = "v0.1"
|
||||
API_DATE = 2025-11-13
|
||||
|
||||
# BASE DATE FORMAT
|
||||
DATE_FORMAT = "%Y-%m-%d %H:%M:%S %z"
|
||||
Reference in New Issue
Block a user