mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
Merge pull request #3 from vidya-hub/form_data_code_gen
chore: fixed code generation test cases
This commit is contained in:
@ -14,7 +14,6 @@ class FetchCodeGen {
|
||||
import fetch from 'node-fetch';
|
||||
{% if isFormDataRequest %}const fs = require('fs');{% endif %}
|
||||
|
||||
|
||||
""";
|
||||
|
||||
String kTemplateStart = """let url = '{{url}}';
|
||||
|
Reference in New Issue
Block a user