Skip to content

Commit

Permalink
[Bug-fix/FE] dev 환경 github client id 변경 (#726)
Browse files Browse the repository at this point in the history
[Bug-fix/FE] dev 환경 github client id 변경 (#725)

fix: dev 환경 github client id 변경
  • Loading branch information
yh20studio authored Oct 7, 2022
1 parent d4c59a3 commit 0b304bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = merge(common, {
plugins: [
new DefinePlugin({
__API_URL__: JSON.stringify('https://dev.f12.app/api/v1'),
__GITHUB_CLIENT_ID__: JSON.stringify('100bf58e7ab5aab7878e'),
__GITHUB_CLIENT_ID__: JSON.stringify('404072c5857d705db2d9'),
}),
],
});
2 changes: 1 addition & 1 deletion frontend/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = merge(common, {
plugins: [
new DefinePlugin({
__API_URL__: JSON.stringify('https://dev.f12.app/api/v1'),
__GITHUB_CLIENT_ID__: JSON.stringify('f1e73a9ac502f1b6712a'),
__GITHUB_CLIENT_ID__: JSON.stringify('100bf58e7ab5aab7878e'),
}),
],
});

0 comments on commit 0b304bd

Please sign in to comment.