Skip to content

Commit

Permalink
removed specific cross origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Junotas committed Jul 17, 2024
1 parent 7d686d0 commit 107e9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@RestController
@RequestMapping("/api/time-reports")
@CrossOrigin(origins = "https://junotas.github.io", methods = {RequestMethod.GET, RequestMethod.POST, RequestMethod.PATCH, RequestMethod.DELETE})
@CrossOrigin
public class TimeReportController {

private final TimeReportService timeReportService;
Expand Down

0 comments on commit 107e9c3

Please sign in to comment.