Skip to content

Commit

Permalink
Fix regarding CrossOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMohr committed Jan 16, 2024
1 parent fbd891e commit eae1b96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
Expand All @@ -15,6 +16,7 @@

import java.io.IOException;

@CrossOrigin
@RestController
public class PSPMappingController {

Expand Down

0 comments on commit eae1b96

Please sign in to comment.