Skip to content

Commit

Permalink
refactor: web service dir
Browse files Browse the repository at this point in the history
  • Loading branch information
minoic committed Jul 3, 2024
1 parent e927717 commit 9634eb1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/app/web/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

"github.com/bellis-daemon/bellis/common/openobserve"
"github.com/bellis-daemon/bellis/common/storage"
"github.com/bellis-daemon/bellis/modules/backend/app/web/services"
gin_cache "github.com/bellis-daemon/bellis/modules/backend/midwares/gin-cache"
"github.com/bellis-daemon/bellis/modules/backend/midwares/gin-cache/persist"

"github.com/bellis-daemon/bellis/modules/backend/app/web/services"
"github.com/gin-contrib/gzip"
"github.com/gin-gonic/gin"
)
Expand Down
File renamed without changes.

0 comments on commit 9634eb1

Please sign in to comment.