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

/apis endpoint should have json content type #38

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

omertuc
Copy link
Contributor

@omertuc omertuc commented Nov 9, 2023

Since it's already serialized it doesn't go through serializeAndWrite
and so we don't set Content-Type

Having the wrong Content-Type seems to cause issues with newer
versions of oc, as it worked fine before and I think my oc version
is the only thing that changed

Since it's already serialized it doesn't go through `serializeAndWrite`
and so we don't set `Content-Type`

Having the wrong `Content-Type` seems to cause issues with newer
versions of `oc`, as it worked fine before and I think my `oc` version
is the only thing that changed
Copy link
Owner

@alvaroaleman alvaroaleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@alvaroaleman alvaroaleman enabled auto-merge (squash) November 9, 2023 17:45
@alvaroaleman alvaroaleman merged commit 2e305e0 into alvaroaleman:master Nov 9, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants