mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
编写了模板注册部分
This commit is contained in:
@@ -12,5 +12,5 @@ func Route(app *echo.Echo) {
|
||||
staticFiles.Use(middleware.Static("./FrontEnd"))
|
||||
|
||||
api := app.Group("/api/")
|
||||
api.GET("/getAssignment", handler.GetAssignment)
|
||||
api.GET("getAssignment", handler.GetAssignment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user