Skip to content

Commit

Permalink
Merge pull request #105 from cathaaaaand/dev
Browse files Browse the repository at this point in the history
cors
  • Loading branch information
EUNCHAEv1006 authored Apr 29, 2024
2 parents c8cae60 + efd6fe5 commit bc28343
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@CrossOrigin(origins = "*")
public class AwsController {

@GetMapping("/aws")
Expand Down

0 comments on commit bc28343

Please sign in to comment.