Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Seniment URL is hard-coded #3

@nnja

Description

@nnja

Sentiment URL is hardcoded to http://msbuildsentiment.azurewebsites.net/

See:

async getSentiment() {
const response = await fetch('http://msbuildsentiment.azurewebsites.net/' + this.props.message);
const text = await response.text()
this.setState({sentiment: text})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions