Skip to content

Commit

Permalink
swap to formdata fork of swagger-js-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
kastentx committed Feb 18, 2019
1 parent b009b4c commit aa0c3e7
Show file tree
Hide file tree
Showing 3 changed files with 6,102 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nodegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var mustache = require('mustache');
var jsStringEscape = require('js-string-escape');
var obfuscator = require('javascript-obfuscator');
var csv = require('csv-string');
var CodeGen = require('swagger-js-codegen').CodeGen;
var CodeGen = require('swagger-js-codegen-formdata').CodeGen;
var jimp = require("jimp");

function createCommonFiles(templateDirectory, data) {
Expand Down
Loading

0 comments on commit aa0c3e7

Please sign in to comment.