chore: update import url (sorry gitlab, codeberg is just better)

This commit is contained in:
Sam 2022-05-14 16:52:08 +02:00
parent ca2cf9e06f
commit 6fdf23eb1a
13 changed files with 22 additions and 22 deletions

View file

@ -1,10 +1,10 @@
package main
import (
"codeberg.org/u1f320/pronouns.cc/backend/routes/auth"
"codeberg.org/u1f320/pronouns.cc/backend/routes/user"
"codeberg.org/u1f320/pronouns.cc/backend/server"
"github.com/go-chi/chi/v5"
"gitlab.com/1f320/pronouns/backend/routes/auth"
"gitlab.com/1f320/pronouns/backend/routes/user"
"gitlab.com/1f320/pronouns/backend/server"
)
// mountRoutes mounts all API routes on the server's router.