move to codeberg (#22)

This commit is contained in:
T. von Dein
2025-11-03 09:15:27 +01:00
parent eb39f57199
commit a16b9e796c
26 changed files with 189 additions and 224 deletions

View File

@@ -20,8 +20,8 @@ import (
//"github.com/alecthomas/repr"
"github.com/gofiber/fiber/v2"
"github.com/tlinden/anydb/app"
"github.com/tlinden/anydb/cfg"
"codeberg.org/scip/anydb/app"
"codeberg.org/scip/anydb/cfg"
)
type SetContext struct {

View File

@@ -21,7 +21,7 @@ import (
"github.com/gofiber/fiber/v2/middleware/compress"
"github.com/gofiber/fiber/v2/middleware/cors"
"github.com/gofiber/fiber/v2/middleware/logger"
"github.com/tlinden/anydb/cfg"
"codeberg.org/scip/anydb/cfg"
)
// used to return to the api client