Feroze Mohideen 2 anni fa
parent
commit
45860bbb0e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,
 			},
 		},