コード例 #1
0
ファイル: routes.go プロジェクト: bgdsh/playground
func Init(e *echo.Echo) {
	e.Pre(middleware.RemoveTrailingSlash())

	static.Init(e)

	todoroutes.Init(e)
}