Skip to content

Commit 6b1daa5

Browse files
committed
minor changes
1 parent 3a638db commit 6b1daa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
CLIENT_ID: process.env.CLIENT_ID,
77
CLIENT_SECRET: process.env.CLIENT_SECRET,
88

9-
CLIENT_ORIGIN: process.env.CLIENT_ORIGIN || 'http://localhost:3000'
9+
CLIENT_ORIGIN: process.env.CLIENT_ORIGIN || 'http://localhost:3000',
10+
1011
};

0 commit comments

Comments
 (0)