|
|
@@ -1274,7 +1274,6 @@ func getProjectRoutes(
|
|
|
Scopes: []types.PermissionScope{
|
|
|
types.UserScope,
|
|
|
types.ProjectScope,
|
|
|
- types.APIContractRevisionScope,
|
|
|
},
|
|
|
},
|
|
|
)
|
|
|
@@ -1303,7 +1302,6 @@ func getProjectRoutes(
|
|
|
Scopes: []types.PermissionScope{
|
|
|
types.UserScope,
|
|
|
types.ProjectScope,
|
|
|
- types.APIContractRevisionScope,
|
|
|
},
|
|
|
},
|
|
|
)
|