diff --git a/Server/banchango/src/main/java/com/sundaegukbap/banchango/config/SwaggerConfig.java b/Server/banchango/src/main/java/com/sundaegukbap/banchango/config/SwaggerConfig.java index 48c4f00..d37969c 100644 --- a/Server/banchango/src/main/java/com/sundaegukbap/banchango/config/SwaggerConfig.java +++ b/Server/banchango/src/main/java/com/sundaegukbap/banchango/config/SwaggerConfig.java @@ -25,5 +25,4 @@ public OpenAPI openAPI() { .info(info) .servers(List.of(server)); } - } diff --git a/Server/banchango/src/main/resources/application.properties b/Server/banchango/src/main/resources/application.properties index cd52fe6..51dd2ca 100644 --- a/Server/banchango/src/main/resources/application.properties +++ b/Server/banchango/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=banchango spring.profiles.active=prod -app.cors.allowedOrigins=http://34.222.135.30:8000,http://localhost:3000,http://localhost:8080 -app.oauth2.authorizedRedirectUris=http://34.222.135.30:8000,http://localhost:3000/oauth2/redirect,myandroidapp://oauth2/redirect,myiosapp://oauth2/redirect +app.cors.allowedOrigins=https://backendu.com,http://34.222.135.30:8000,http://localhost:3000,http://localhost:8080 +app.oauth2.authorizedRedirectUris=https://backendu.com,http://34.222.135.30:8000,http://localhost:3000/oauth2/redirect,myandroidapp://oauth2/redirect,myiosapp://oauth2/redirect api.aiBaseUrl=http://34.222.135.30:8000