Skip to content

Commit ed2c450

Browse files
authored
fix/OPS-362 : 요구사항 반영#5 (#99)
1 parent 15b25a9 commit ed2c450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/tuna/zoopzoop/backend/domain/auth/controller/ApiV1AuthController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public ResponseEntity<RsData<Void>> refreshToken(
130130
*/
131131
@GetMapping("/result")
132132
@Operation(summary = "확장프로그램 백그라운드 풀링 대응 API")
133+
@CrossOrigin(origins = "*")
133134
public ResponseEntity<RsData<AuthResultData>> pullingResult(
134135
@RequestParam String state
135136
) {

0 commit comments

Comments
 (0)