add help at /
This commit is contained in:
parent
d55b987a39
commit
50c05846c0
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ import { AppContext } from './config'
|
|||
const makeRouter = (ctx: AppContext) => {
|
||||
const router = express.Router()
|
||||
|
||||
router.get('/', (_req, res) => {
|
||||
res.send('This is a bsky feed for posts potentially related to Starset the band. To show up in the feed, just include the tag #starset in your post. Send any feedback or suggestions to @mirror.starset.fans.')
|
||||
})
|
||||
|
||||
router.get('/.well-known/did.json', (_req, res) => {
|
||||
if (!ctx.cfg.serviceDid.endsWith(ctx.cfg.hostname)) {
|
||||
return res.sendStatus(404)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue