Skip to content

Commit

Permalink
fix: oauth 에 redirect url 수정 (#238)
Browse files Browse the repository at this point in the history
* fix: oauth 에 redirect url 수정

* fix: oauth 에 redirect url 수정
  • Loading branch information
qhals321 authored Aug 1, 2021
1 parent 008be54 commit a94f32c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.jujeol.'
version = '1.0.1-beta'
version = '1.0.2-beta'
sourceCompatibility = '11'

configurations {
Expand Down Expand Up @@ -105,4 +105,4 @@ configurations {
compileQuerydsl {
options.annotationProcessorPath = configurations.querydsl
}
//querydsl 추가 끝
//querydsl 추가 끝
2 changes: 1 addition & 1 deletion frontend/env/.env.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SNOWPACK_PUBLIC_LOGIN_REDIRECT_URL=https://www.jujeol-jujeol.com/oauth
SNOWPACK_PUBLIC_LOGIN_REDIRECT_URL=https://jujeol-jujeol.com/oauth
SNOWPACK_PUBLIC_API_URL=https://api.jujeol-jujeol.com
SNOWPACK_PUBLIC_KAKAO_CLIENT_ID=838bcd43c3b007b4ef38c3da555c4806
SNOWPACK_PUBLIC_ENV=PROD
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jujeol-jujeol-frontend",
"version": "1.0.1-beta",
"version": "1.0.2-beta",
"description": "jujeol-jujeol-frontend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a94f32c

Please sign in to comment.