Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Fix a parser issue with the module endpoint #137

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

dhollinger
Copy link
Member

There was an issue in the code where the Headers were not getting sent to the parser on the module endpoint causing the parser to error out as it was missing an argument. Since both the environment and module endpoints need this data, I moved the req_body and headers methods in to ApplicationController

@dhollinger dhollinger self-assigned this Jul 21, 2020
Copy link
Member

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

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

verified this locally. The patch fixes my error from #136

@dhollinger dhollinger merged commit fd2cb3a into voxpupuli:master Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants