Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

server: update redirect to web.plc.directory (#49)

authored by

bnewbold and committed by
GitHub
bda24ffb f3d166c5

+2 -2
+2 -2
packages/server/src/routes.ts
··· 8 8 const router = express.Router() 9 9 10 10 router.get('/', async function (req, res) { 11 - // HTTP temporary redirect to project git repo 12 - res.redirect(302, 'https://github.com/bluesky-social/did-method-plc') 11 + // HTTP temporary redirect to project homepage 12 + res.redirect(302, 'https://web.plc.directory') 13 13 }) 14 14 15 15 router.get('/_health', async function (req, res) {