Skip to content

Commit

Permalink
cors fix (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi-skylight authored Dec 13, 2024
1 parent bfb34ca commit 9c7752c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.bind.annotation.*;


@CrossOrigin(origins = "*", allowCredentials = "false")
@RestController
@RequestMapping("/api")
@Slf4j
Expand Down

0 comments on commit 9c7752c

Please sign in to comment.