完成获取系统基准线损率功能

This commit is contained in:
2023-07-26 10:03:01 +08:00
parent 251c44049a
commit 39e404451e
4 changed files with 38 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ func App() *fiber.App {
controller.InitializeWithdrawHandlers(app)
controller.InitializeFoundationHandlers(app)
return app
}