diff --git a/.changeset/slow-ligers-protect.md b/.changeset/slow-ligers-protect.md new file mode 100644 index 00000000000..de9f4bf8436 --- /dev/null +++ b/.changeset/slow-ligers-protect.md @@ -0,0 +1,5 @@ +--- +"@atproto/ozone": patch +--- + +Remove ASCII landing page for ozone in favor of client app diff --git a/packages/ozone/src/api/health.ts b/packages/ozone/src/api/health.ts index 6f73df39cd6..e2294a07ec4 100644 --- a/packages/ozone/src/api/health.ts +++ b/packages/ozone/src/api/health.ts @@ -5,31 +5,6 @@ import AppContext from '../context' export const createRouter = (ctx: AppContext): express.Router => { const router = express.Router() - router.get('/', function (req, res) { - res.type('text/plain') - res.send(` - ,o888888o. 8888888888',8888' ,o888888o. b. 8 8 8888888888 - . 8888 '88. ,8',8888'. 8888 '88. 888o. 8 8 8888 -,8 8888 '8b ,8',8888',8 8888 '8b Y88888o. 8 8 8888 -88 8888 '8b ,8',8888' 88 8888 '8b .'Y888888o. 8 8 8888 -88 8888 88 ,8',8888' 88 8888 88 8o. 'Y888888o. 8 8 888888888888 -88 8888 88 ,8',8888' 88 8888 88 8'Y8o. 'Y88888o8 8 8888 -88 8888 ,8P ,8',8888' 88 8888 ,8P 8 'Y8o. 'Y8888 8 8888 -'8 8888 ,8P ,8',8888' '8 8888 ,8P 8 'Y8o. 'Y8 8 8888 - ' 8888 ,88' ,8',8888' ' 8888 ,88' 8 'Y8o.' 8 8888 - '8888888P' ,8',8888888888888 '8888888P' 8 'Yo 8 888888888888 - - -This is an AT Protocol Moderation Service API Server. - -Most API routes are under /xrpc/ - - Code: https://github.com/bluesky-social/atproto - Self-Host: https://github.com/bluesky-social/ozone - Protocol: https://atproto.com -`) - }) - router.get('/robots.txt', function (req, res) { res.type('text/plain') res.send(