Revert "fix(topup): add currency symbol to amounts in RechargeCard"

This commit is contained in:
Calcium-Ion
2025-10-03 21:53:55 +08:00
committed by GitHub
parent 5d33ec8473
commit 3473329524
13 changed files with 2 additions and 10203 deletions

View File

@@ -20,8 +20,6 @@ func SetApiRouter(router *gin.Engine) {
apiRouter.GET("/models", middleware.UserAuth(), controller.DashboardListModels)
apiRouter.GET("/status/test", middleware.AdminAuth(), controller.TestStatus)
apiRouter.GET("/notice", controller.GetNotice)
apiRouter.GET("/user-agreement", controller.GetUserAgreement)
apiRouter.GET("/privacy-policy", controller.GetPrivacyPolicy)
apiRouter.GET("/about", controller.GetAbout)
//apiRouter.GET("/midjourney", controller.GetMidjourney)
apiRouter.GET("/home_page_content", controller.GetHomePageContent)