We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main URL for Galactus returns content-type: text/plain when it should return content-type: application/json because it is returning JSON text.
content-type: text/plain
content-type: application/json
The text was updated successfully, but these errors were encountered:
Add Content-Type header to stats endpoint
cf30b65
This fixes automuteus#7
10e59f7
Successfully merging a pull request may close this issue.
The main URL for Galactus returns
content-type: text/plain
when it should returncontent-type: application/json
because it is returning JSON text.The text was updated successfully, but these errors were encountered: