Skip to content

Commit

Permalink
Merge pull request #1399 from lowcoder-org/fix/cors
Browse files Browse the repository at this point in the history
Fixed cors issue for npm repository api
  • Loading branch information
FalkWolsky authored Dec 19, 2024
2 parents d609530 + c637039 commit b0a8dcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ private Mono<ResponseEntity<Resource>> forwardToNodeService(String applicationId
.toEntity(Resource.class)
.map(response -> ResponseEntity
.status(response.getStatusCode())
.headers(response.getHeaders())
.body(response.getBody())
);
}));
Expand Down

0 comments on commit b0a8dcc

Please sign in to comment.