修改api地址

This commit is contained in:
shuaikangzhou 2024-03-07 14:08:59 +08:00
parent 9b124e178f
commit e1b0ede6bb

View File

@ -32,6 +32,6 @@ os.makedirs(DB_DIR, exist_ok=True)
os.makedirs(OUTPUT_DIR, exist_ok=True)
# 全局参数
SEND_LOG_FLAG = True # 是否发送错误日志
# SERVER_API_URL = 'http://api.lc044.love' # api接口
SERVER_API_URL = 'https://api.memotrace.cn/'
SERVER_API_URL = 'http://api.lc044.love' # api接口
# SERVER_API_URL = 'https://api.memotrace.cn/'
# SERVER_API_URL = 'http://127.0.0.1:8000' # api接口