Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in Step 24 in Frontend HelloWorldService.js #14

Open
parassaini29 opened this issue Jan 21, 2023 · 0 comments
Open

in Step 24 in Frontend HelloWorldService.js #14

parassaini29 opened this issue Jan 21, 2023 · 0 comments

Comments

@parassaini29
Copy link

I have found an issue with HelloWorldService.js in which there's a commented code in executeBasicAuthenticationService this code will not comment make it uncommented otherwise it'll not sent the token.
We can comment code in retrieveHelloWorldPathVaraible instead.

export const retrieveHelloWorldPathVariable = (username, token) =>
apiClient.get(/hello-world/path-variable/${username}, {
/* headers: { //can be commented
Authorization: token,
}, */
});

export const executeBasicAuthenticationService = (token) =>
apiClient.get(/basicauth, /{ //Can't be commented
headers: { /Can't be commented
Authorization: token,
},
/
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant