Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
corbadoman committed Jan 21, 2024
1 parent 1c8df41 commit d691b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/authTokens/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const app = express();
const config = new Corbado.Config(process.env.CORBADO_PROJECT_ID, process.env.CORBADO_API_SECRET);
const sdk = new Corbado.SDK(config);

app.get('/', async (req, res) => {
app.get('/validateAuthToken', async (req, res) => {
try {
const corbadoAuthToken = req.query.corbadoAuthToken;
const request = {
Expand Down

0 comments on commit d691b08

Please sign in to comment.