mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-04 14:26:17 +00:00
committed by
GitHub
parent
cd3170dabd
commit
1f63f50343
@@ -79,6 +79,12 @@ router.get('/manifest.json', async ctx => {
|
||||
});
|
||||
});
|
||||
|
||||
router.get('/robots.txt', async ctx => {
|
||||
await send(ctx as any, '/assets/robots.txt', {
|
||||
root: client
|
||||
});
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
||||
// Docs
|
||||
|
||||
Reference in New Issue
Block a user