1
0

more optimization

This commit is contained in:
konrad
2018-07-11 00:28:53 +02:00
committed by kolaente
parent 237874eda6
commit e97fa30202
3 changed files with 27 additions and 28 deletions

View File

@ -31,9 +31,9 @@ import (
"github.com/labstack/echo/middleware"
"git.kolaente.de/konrad/list/models"
crud "git.kolaente.de/konrad/list/routes/crud"
apiv1 "git.kolaente.de/konrad/list/routes/api/v1"
_ "git.kolaente.de/konrad/list/routes/api/v1/swagger" // for docs generation
"git.kolaente.de/konrad/list/routes/crud"
)
// NewEcho registers a new Echo instance