Skip to content

Commit

Permalink
removed unused end points from example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 12, 2023
1 parent 8cc9879 commit cde3ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socios-oauth2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const tokenNegotiatorServer = new Server({
}
});

const corsOptions = { origin: process.env.APPLICATION_URL ?? 'http://localhost.5000' }
const corsOptions = { origin: process.env.APPLICATION_URL }

app.get("/", function (request, response) {
response.sendFile(path.join(__dirname, "./public/index.html"));
Expand Down

0 comments on commit cde3ee6

Please sign in to comment.