chore(web): move web handler package to Vikunja

This commit is contained in:
kolaente
2024-08-29 16:15:28 +02:00
parent 7a7e97770c
commit 2063da9eec
111 changed files with 1015 additions and 136 deletions

View File

@@ -23,7 +23,7 @@ import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web/handler"
"code.vikunja.io/api/pkg/web/handler"
"github.com/labstack/echo/v4"
)