Skip to content

Commit

Permalink
Revert URI encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusolsson committed Mar 7, 2021
1 parent 62ff4a9 commit 4352df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class Api {
});

const req: BackendSrvRequest = {
url: encodeURI(this.baseUrl + path),
url: this.baseUrl + path,
method,
headers: recordHeaders,
};
Expand Down

0 comments on commit 4352df6

Please sign in to comment.