Skip to content

Commit

Permalink
adds next to status credential controller to navigate to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed Feb 9, 2024
1 parent f023a2a commit 5c58314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function build(opts = {}) {
});

// get status credential
app.get('/:statusCredentialId', async (req, res) => {
app.get('/:statusCredentialId', async (req, res, next) => {
if (credStatusService !== 'mongodb') {
return null;
}
Expand Down

0 comments on commit 5c58314

Please sign in to comment.