1
0

docs: remove mention of vikunja/api and vikunja/frontend repos

This commit is contained in:
kolaente
2024-02-08 14:11:36 +01:00
parent 15a1473c11
commit fceb638e75
12 changed files with 19 additions and 19 deletions

View File

@ -218,7 +218,7 @@ func registerAPIRoutes(a *echo.Group) {
// Echo does not unescape url path params by default. To make sure values bound as :param in urls are passed
// properly to handlers, we use this middleware to unescape them.
// See https://kolaente.dev/vikunja/api/issues/1224
// See https://kolaente.dev/vikunja/vikunja/issues/1224
// See https://github.com/labstack/echo/issues/766
a.Use(func(next echo.HandlerFunc) echo.HandlerFunc {
return func(c echo.Context) error {