Feroze Mohideen il y a 2 ans
Parent
commit
45860bbb0e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      api/server/router/project.go

+ 1 - 0
api/server/router/project.go

@@ -460,6 +460,7 @@ func getProjectRoutes(
 				RelativePath: relPath + "/billing/publishable_key",
 			},
 			Scopes: []types.PermissionScope{
+				types.UserScope,
 				types.ProjectScope,
 			},
 		},