mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +08:00
added necessary insomnia enums and exports
This commit is contained in:
@@ -12,6 +12,7 @@ class Importer {
|
||||
?.map((t) => (null, t))
|
||||
.toList(),
|
||||
ImportFormat.postman => PostmanIO().getHttpRequestModelList(content),
|
||||
ImportFormat.insomia => InsomiaIO().getHttpRequestModelList(content),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user