Skip to content

Commit

Permalink
update for identifer endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinovpankaj committed Feb 21, 2024
1 parent 56e93f8 commit 660d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/tenants-endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ router.route('/alltenants')
}
});

router.route('/:companyIdentifier')
router.route('/identifier/:companyIdentifier')
.get(async function(req,res){
try{
var errResponse;
Expand Down

0 comments on commit 660d8ea

Please sign in to comment.