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

This commit is contained in:
JustSong
2023-05-10 09:28:41 +08:00
parent 6ff87f0796
commit ac2a56f9cd
4 changed files with 43 additions and 5 deletions
+1
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)
}