We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9504144 commit bd709e2Copy full SHA for bd709e2
src/utils/config.js
@@ -3,4 +3,4 @@ export const MarvelUrl = "https://marvelapp.com";
3
export const GraphqlEndpoint = "https://api.marvelapp.com/graphql";
4
export const ClientId = "7Ig0DiIJJNSFiX8xx6VS9lubcymTqBGgfUYZuzpa";
5
export const Scopes =
6
- "projects:read user:read company.projects:read company:read company.projects:read";
+ "user:read projects:read company:read company.projects:read";
0 commit comments