diff --git a/routes/routes.go b/routes/routes.go index 305bd65..d9b1cf0 100644 --- a/routes/routes.go +++ b/routes/routes.go @@ -4,8 +4,8 @@ import ( "github.com/labstack/echo" "github.com/labstack/echo/middleware" - apiv1 "git.mowie.cc/konrad/Library/routes/api/v1" "git.mowie.cc/konrad/Library/models" + apiv1 "git.mowie.cc/konrad/Library/routes/api/v1" ) // NewEcho registers a new Echo instance