Skip to content

Commit

Permalink
fix: Use encode encodeURIComponent instead of encodeURI
Browse files Browse the repository at this point in the history
  • Loading branch information
inesgomas authored Nov 18, 2024
1 parent 6003b2c commit 82b2b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/core/OpenAPI.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export const OpenAPI: OpenAPIConfig = {
USERNAME: undefined,
PASSWORD: undefined,
HEADERS: undefined,
ENCODE_PATH: undefined,
ENCODE_PATH: encodeURIComponent,
};

0 comments on commit 82b2b32

Please sign in to comment.