chore: update import url (sorry gitlab, codeberg is just better)
This commit is contained in:
parent
ca2cf9e06f
commit
6fdf23eb1a
13 changed files with 22 additions and 22 deletions
|
@ -3,10 +3,10 @@ package server
|
|||
import (
|
||||
"os"
|
||||
|
||||
"codeberg.org/u1f320/pronouns.cc/backend/db"
|
||||
"codeberg.org/u1f320/pronouns.cc/backend/server/auth"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/go-chi/chi/v5/middleware"
|
||||
"gitlab.com/1f320/pronouns/backend/db"
|
||||
"gitlab.com/1f320/pronouns/backend/server/auth"
|
||||
)
|
||||
|
||||
// Revision is the git commit, filled at build time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue