Skip to content

Commit 95b4db3

Browse files
authored
fix: move middleware (#13)
1 parent 9f1f5fa commit 95b4db3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212

1313
"github.com/cheetahbyte/flagly/apis"
1414
"github.com/cheetahbyte/flagly/internal/audit"
15-
"github.com/cheetahbyte/flagly/internal/middleware"
1615
"github.com/cheetahbyte/flagly/internal/storage"
16+
"github.com/cheetahbyte/flagly/pkg/flagly/middleware"
1717
"github.com/gin-contrib/cors"
1818
"github.com/gin-gonic/gin"
1919
"go.uber.org/zap"

0 commit comments

Comments
 (0)