mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 23:02:21 +08:00
Remove custom boundary from httpPlug codegen
This commit is contained in:
@@ -99,7 +99,7 @@ class Codegen {
|
||||
case CodegenLanguage.cSharpRestSharp:
|
||||
return CSharpRestSharp().getCode(rM);
|
||||
case CodegenLanguage.phpHttpPlug:
|
||||
return PhpHttpPlugCodeGen().getCode(rM, boundary: boundary);
|
||||
return PhpHttpPlugCodeGen().getCode(rM);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user