mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
This commit is contained in:
parent
dc21206fc0
commit
73ac969d35
@ -386,7 +386,7 @@ const parseOpenApiCollection = (data) => {
|
||||
.map(([method, operationObject]) => {
|
||||
return {
|
||||
method: method,
|
||||
path: path,
|
||||
path: path.replace(/{([^}]+)}/g, ':$1'), // Replace placeholders enclosed in curly braces with colons
|
||||
operationObject: operationObject,
|
||||
global: {
|
||||
server: baseUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user