refactor move auth to top level

This commit is contained in:
Ben McClelland
2023-06-19 11:09:43 -07:00
parent 776fda027c
commit 0f733ae0c8
13 changed files with 52 additions and 34 deletions

View File

@@ -18,8 +18,8 @@ import (
"testing"
"github.com/gofiber/fiber/v2"
"github.com/versity/versitygw/auth"
"github.com/versity/versitygw/backend"
"github.com/versity/versitygw/backend/auth"
)
func TestS3ApiRouter_Init(t *testing.T) {