1
0

feat(api tokens): add crud routes to manage api tokens

This commit is contained in:
kolaente
2023-08-31 20:37:25 +02:00
parent 3faf48706a
commit e6b25bd57b
5 changed files with 154 additions and 9 deletions

View File

@ -22,6 +22,8 @@ import (
"net/http"
"code.vikunja.io/api/pkg/log"
_ "code.vikunja.io/api/pkg/swagger" // To make sure the swag files are properly registered
"github.com/labstack/echo/v4"
"github.com/swaggo/swag"
)