✨ 完善基础架构,新增部分问题接口
This commit is contained in:
10
route/problem.go
Normal file
10
route/problem.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package route
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"online_code/api"
|
||||
)
|
||||
|
||||
func problem(g *gin.RouterGroup) {
|
||||
g.GET("/list", api.ProblemApi().GetProbleList)
|
||||
}
|
Reference in New Issue
Block a user