chore(cors): 관리자 콘솔(dognation_AT) dev 오리진(localhost:9100) 허용
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,8 @@ public class WebConfig implements WebMvcConfigurer {
|
||||
public void addCorsMappings(CorsRegistry registry) {
|
||||
registry.addMapping("/api/**")
|
||||
.allowedOrigins(
|
||||
"http://localhost:9000", // Vite dev server
|
||||
"http://localhost:9000", // 사용자 앱(dognation_PT) Vite dev
|
||||
"http://localhost:9100", // 관리자 콘솔(dognation_AT) Vite dev
|
||||
"http://localhost", // Capacitor(Android)
|
||||
"capacitor://localhost", // Capacitor(iOS)
|
||||
"ionic://localhost"
|
||||
|
||||
Reference in New Issue
Block a user