mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
14 lines
261 B
Go
14 lines
261 B
Go
package config
|
|
|
|
//
|
|
// import (
|
|
// "github.com/labstack/echo/v4"
|
|
// "github.com/labstack/echo/v4/middleware"
|
|
// )
|
|
//
|
|
// func Middleware(app *echo.Echo) {
|
|
// //here are middlewares we use
|
|
// app.Use(middleware.Logger())
|
|
// app.Use(middleware.Recover())
|
|
// }
|