Skip to content

Commit

Permalink
remove creator roles
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Apr 11, 2024
1 parent 61e17c3 commit 5ca92e5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 360 deletions.
52 changes: 0 additions & 52 deletions api/middleware/auth/onlyoperator/onlyoperator.go

This file was deleted.

41 changes: 0 additions & 41 deletions api/middleware/auth/onlyoperator/onlyoperator_test.go

This file was deleted.

98 changes: 0 additions & 98 deletions api/v1/creatorrole/creatorrole.go

This file was deleted.

58 changes: 0 additions & 58 deletions api/v1/creatorrole/creatorrole_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions api/v1/creatorrole/types.go

This file was deleted.

2 changes: 0 additions & 2 deletions api/v1/v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package apiv1

import (
authenticate "github.com/MyriadFlow/storefront-gateway/api/v1/authenticate"
creatorrole "github.com/MyriadFlow/storefront-gateway/api/v1/creatorrole"
delegateassetcreation "github.com/MyriadFlow/storefront-gateway/api/v1/delegateassetcreation"
"github.com/MyriadFlow/storefront-gateway/api/v1/launchpad"
"github.com/MyriadFlow/storefront-gateway/api/v1/storefront"
Expand All @@ -27,7 +26,6 @@ func ApplyRoutes(r *gin.RouterGroup) {
authenticate.ApplyRoutes(v1)
profile.ApplyRoutes(v1)

creatorrole.ApplyRoutes(v1)
delegateassetcreation.ApplyRoutes(v1)
nftstorage.ApplyRoutes(v1)

Expand Down
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/MyriadFlow/storefront-gateway/config/constants/blockchains"
"github.com/MyriadFlow/storefront-gateway/config/dbconfig/dbinit"
"github.com/MyriadFlow/storefront-gateway/config/envconfig"
"github.com/MyriadFlow/storefront-gateway/config/storefront"
"github.com/gin-gonic/gin"
)

Expand All @@ -27,7 +26,6 @@ func Init() {
logwrapper.Init()
dbinit.Init()
global.InitGlobal()
storefront.InitRolesId()
blockchains.InitChains()
go events.ListenEvent()

Expand Down
36 changes: 0 additions & 36 deletions config/storefront/instance.go

This file was deleted.

62 changes: 0 additions & 62 deletions config/storefront/storefront.go

This file was deleted.

0 comments on commit 5ca92e5

Please sign in to comment.