mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
use __ prefix for api because it isn't cached by default with create-react-app
This commit is contained in:
@@ -14,7 +14,7 @@ const production = {
|
||||
googleEnabled: process.env.GOOGLE_ENABLED,
|
||||
googleClientId: process.env.GOOGLE_CLIENT_ID,
|
||||
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
|
||||
googleCallback: `${process.env.HOST}/api/users/login/google/callback`,
|
||||
googleCallback: `${process.env.HOST}/__/users/login/google/callback`,
|
||||
},
|
||||
secret: process.env.SECRET,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user