mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
完善了值班表模板,现在基本上是可以最基本的使用了,另外增加了Makefile,可以一键构建,和部署
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func Route(app *echo.Echo) {
|
||||
// here is the route for our site
|
||||
staticFiles := app.Group("/")
|
||||
staticFiles := app.Group("/*")
|
||||
staticFiles.Use(middleware.Static("./FrontEnd"))
|
||||
|
||||
api := app.Group("/api/")
|
||||
|
||||
Reference in New Issue
Block a user