mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 20:49:15 +01:00
refactor: move config into internal package
This commit is contained in:
parent
3dd35d7182
commit
d691d26e02
11 changed files with 10 additions and 10 deletions
|
|
@ -3,8 +3,8 @@ package user_handler
|
|||
import (
|
||||
"errors"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/versia-pub/versia-go/config"
|
||||
"github.com/versia-pub/versia-go/internal/api_schema"
|
||||
"github.com/versia-pub/versia-go/internal/config"
|
||||
"github.com/versia-pub/versia-go/internal/helpers"
|
||||
"github.com/versia-pub/versia-go/pkg/webfinger"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue