From 1b417d75a8e24e5ec9fd29e9b75ee53049f3b79e Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 19 十一月 2024 17:13:14 +0800
Subject: [PATCH] 跨域问题

---
 app/config/config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/config/config.py b/app/config/config.py
index 2d7bdf2..7d6c676 100644
--- a/app/config/config.py
+++ b/app/config/config.py
@@ -14,7 +14,7 @@
     fetch_fwr_agent: str = ''
     PUBLIC_KEY: str
     PRIVATE_KEY: str
-
+    PASSWORD_KEY: str
     def __init__(self, **kwargs):
         # Check if all required fields are provided and set them
         for field in self.__annotations__.keys():

--
Gitblit v1.8.0