mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-26 06:51:54 +02:00
Removed the logic that strips the backslash (#2793)
This commit is contained in:
parent
5706c4b138
commit
b23a866e60
@ -123,8 +123,7 @@ const curlToJson = (curlCommand) => {
|
||||
request.urlWithoutQuery = 'http://' + request.urlWithoutQuery;
|
||||
}
|
||||
|
||||
requestJson.url = request.urlWithoutQuery.replace(/\/$/, '');
|
||||
requestJson.raw_url = request.url;
|
||||
requestJson.url = request.urlWithoutQuery
|
||||
requestJson.method = request.method;
|
||||
|
||||
if (request.cookies) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user