Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Jul 2, 2024
1 parent 5c1eb88 commit 0ef72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/sbt-attestation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const router = express.Router();
router.get("/sbts/gov-id/", sybilResistanceGovIdSBT);
router.get("/sbts/e-passport/", sybilResistanceEPassportSBT);
router.get("/sbts/phone/", sybilResistancePhoneSBT);
router.get("/clean-hands", cleanHandsAttestation);
router.get("/sbts/clean-hands", cleanHandsAttestation);
router.get("/attestor", getAttestor);

export default router;

0 comments on commit 0ef72c9

Please sign in to comment.