mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 22:33:59 +08:00
fixes
This commit is contained in:
@ -255,11 +255,11 @@ class Curl extends Equatable {
|
||||
}
|
||||
// Add the insecure flag
|
||||
if (insecure) {
|
||||
cmd += " \\\n -k ";
|
||||
cmd += "-k ";
|
||||
}
|
||||
// Add the location flag
|
||||
if (location) {
|
||||
cmd += " \\\n -L ";
|
||||
cmd += "-L ";
|
||||
}
|
||||
|
||||
return cmd.trim();
|
||||
|
Reference in New Issue
Block a user