We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34e05 commit cfc6bcbCopy full SHA for cfc6bcb
api-builder-plugin-fn-xml-node/src/index.js
@@ -1,7 +1,7 @@
1
const path = require('path');
2
const { SDK } = require('@axway/api-builder-sdk');
3
-const { xml2json } = require('./xml2Json');
4
-const { json2xml } = require('./json2Xml');
+const { xml2json } = require('./xml2json');
+const { json2xml } = require('./json2xml');
5
6
/**
7
* Resolves the API Builder plugin.
0 commit comments