Skip to content

Commit

Permalink
[fix] add cors to redirect response
Browse files Browse the repository at this point in the history
  • Loading branch information
kerichdev committed Jun 6, 2024
1 parent 0299714 commit 19a95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/processing/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function createResponse(responseType, responseData) {

case "redirect":
response = {
url: responseData.u
url: 'https://cors.kerichuu.space/' + responseData.u
}
break;

Expand Down

0 comments on commit 19a95ab

Please sign in to comment.