Skip to content

Commit

Permalink
remove cross origin
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Nov 7, 2024
1 parent 951c7f0 commit e1a71ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class BioSampleSubmissionController {
@ApiResponse(responseCode = "408", description = "Request Timeout"),
@ApiResponse(responseCode = "415", description = "Unsupported media type")
})
@CrossOrigin(origins = "http://localhost:8000")
// @CrossOrigin(origins = "http://localhost:8000")
@PostMapping(
value = "/submit",
consumes = {APPLICATION_JSON_VALUE, APPLICATION_XML_VALUE})
Expand Down

0 comments on commit e1a71ca

Please sign in to comment.