mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
wip: envvar_utils_test
This commit is contained in:
@ -369,7 +369,7 @@ enum FormDataType { text, file }
|
||||
|
||||
enum EnvironmentVariableType { variable, secret }
|
||||
|
||||
final kEnvVarRegEx = RegExp(r'{{(.*?)}}');
|
||||
final kEnvVarRegEx = RegExp(r'{{([^{}]*)}}');
|
||||
|
||||
const kSupportedUriSchemes = ["https", "http"];
|
||||
const kDefaultUriScheme = "https";
|
||||
|
Reference in New Issue
Block a user