change uri 3000 to 4200
This commit is contained in:
parent
8cd779e10e
commit
1b77fdf39d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const querystring = require("querystring");
|
||||||
|
|
||||||
const clientId = "780w7gsy8eysmj";
|
const clientId = "780w7gsy8eysmj";
|
||||||
const clientSecret = "WPL_AP1.w6OTTkAndAdT3PYF.UZEcwQ==";
|
const clientSecret = "WPL_AP1.w6OTTkAndAdT3PYF.UZEcwQ==";
|
||||||
const redirectUri = "http://localhost:3000/api/auth/linkedin/callback";
|
const redirectUri = "http://localhost:4200/api/auth/linkedin/callback";
|
||||||
const scope = "r_liteprofile r_emailaddress";
|
const scope = "r_liteprofile r_emailaddress";
|
||||||
|
|
||||||
let accessToken = "";
|
let accessToken = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue