Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Srijan-D committed Oct 19, 2022
1 parent e924e08 commit f6ad002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ app.post("/refresh", (req, res) => {
const refreshToken = req.body.refreshToken;
const spotifyApi = new SpotifWebAPI({
redirectUri: "http:https://localhost:3000",
clientId: "e8acbd5e26d4445681fb69ea7112c35c",
clientSecret: "cabf3a9d6a4e4ba79d4b0bb1caa802c1",
clientId: "clientId",
clientSecret: "clientSecret",
refreshToken,
});
spotifyApi
Expand Down

0 comments on commit f6ad002

Please sign in to comment.