Skip to content

Commit cfc6bcb

Browse files
author
Chris Wiechmann
committed
Update index.js
1 parent 8e34e05 commit cfc6bcb

File tree

1 file changed

+2
-2
lines changed
  • api-builder-plugin-fn-xml-node/src

1 file changed

+2
-2
lines changed

api-builder-plugin-fn-xml-node/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22
const { SDK } = require('@axway/api-builder-sdk');
3-
const { xml2json } = require('./xml2Json');
4-
const { json2xml } = require('./json2Xml');
3+
const { xml2json } = require('./xml2json');
4+
const { json2xml } = require('./json2xml');
55

66
/**
77
* Resolves the API Builder plugin.

0 commit comments

Comments
 (0)