@joystick.js/node-canary 0.0.0-canary.470 → 0.0.0-canary.471
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ const register_setters = (express_app = {}, setter_definitions = [], api_context
|
|
|
28
28
|
const context = await get_api_context(req, res, api_context);
|
|
29
29
|
|
|
30
30
|
// NOTE: No need for URL decoding or JSON integrity check like getters as these are passed
|
|
31
|
-
// via the body, not query parameters.
|
|
31
|
+
// via the body, not query parameters. Test.
|
|
32
32
|
const input = req?.body?.input || null;
|
|
33
33
|
const output = req?.body?.output || null;
|
|
34
34
|
|