8 changed files with 40 additions and 40 deletions
@ -1,6 +1,6 @@ |
|||
from app import app |
|||
import controller.LoginController |
|||
import test1 # 👈 关键:导入 test1,触发 @app.get("/getData") 执行 |
|||
import python.test1 # 👈 关键:导入 test1,触发 @app.get("/getData") 执行 |
|||
from service.UserService import init_mysql_connection |
|||
import os |
|||
|
|||
Loading…
Reference in new issue