mirror of
https://github.com/foss42/apidash.git
synced 2025-07-15 00:52:22 +08:00
remove boundary
This commit is contained in:
@ -74,7 +74,7 @@ class Codegen {
|
||||
case CodegenLanguage.pythonRequests:
|
||||
return PythonRequestsCodeGen().getCode(rM, boundary: boundary);
|
||||
case CodegenLanguage.rubyFaraday:
|
||||
return RubyFaradayCodeGen().getCode(rM, boundary: boundary ?? getNewUuid());
|
||||
return RubyFaradayCodeGen().getCode(rM);
|
||||
case CodegenLanguage.rustActix:
|
||||
return RustActixCodeGen().getCode(rM, boundary: boundary);
|
||||
case CodegenLanguage.rustCurl:
|
||||
|
Reference in New Issue
Block a user