Skip to content

in Step 24 in Frontend HelloWorldService.js  #14

@parassaini29

Description

@parassaini29

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,
},
/
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions