Skip to content

Commit

Permalink
fix: OAUTH config ec2에 맞게 수정해서 배포 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
korECM committed Feb 22, 2021
1 parent a5f148d commit 50e96f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/justmove/web/IndexController.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class IndexController {

@GetMapping("")
public String index() {
return "Hello JustMove Server2.0!";
return "Hello JustMove Server2.1!";
}
}
2 changes: 1 addition & 1 deletion src/main/resources/application-oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
- profile
- email
naver:
redirect_uri_template: 'http://ec2-54-180-165-194.ap-northeast-2.compute.amazonaws.com/{action}/oauth2/code/{registrationId}'
redirect_uri_template: '{baseUrl}/{action}/oauth2/code/{registrationId}'
authorization_grant_type: authorization_code
scope:
- name
Expand Down

0 comments on commit 50e96f9

Please sign in to comment.