mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
updated function signature
This commit is contained in:
@ -117,8 +117,9 @@ public class Main {
|
||||
''';
|
||||
|
||||
String? getCode(
|
||||
RequestModel requestModel,
|
||||
) {
|
||||
RequestModel requestModel, {
|
||||
String? boundary,
|
||||
}) {
|
||||
try {
|
||||
String result = "";
|
||||
bool hasBody = false;
|
||||
|
Reference in New Issue
Block a user