예제 #1
0
파일: routes.go 프로젝트: bgdsh/playground
func Init(e *echo.Echo) {
	e.Pre(middleware.RemoveTrailingSlash())

	static.Init(e)

	todoroutes.Init(e)
}