feat: support API /dashboard/billing/credit_grants now (#45)

This commit is contained in:
JustSong
2023-05-10 09:28:41 +08:00
parent 8b056bf408
commit 3071300c0c
4 changed files with 43 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ import (
func SetRouter(router *gin.Engine, buildFS embed.FS, indexPage []byte) {
SetApiRouter(router)
SetDashboardRouter(router)
SetRelayRouter(router)
setWebRouter(router, buildFS, indexPage)
}