Skip to content

Commit

Permalink
Remove landing page for ozone (#3310)
Browse files Browse the repository at this point in the history
* 🧹 Remove landing page for ozone since it's meant to serve the frontend app

* 📝 Add changeset
  • Loading branch information
foysalit authored Dec 31, 2024
1 parent d90d999 commit 6d1ad37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-ligers-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/ozone": patch
---

Remove ASCII landing page for ozone in favor of client app
25 changes: 0 additions & 25 deletions packages/ozone/src/api/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6d1ad37

Please sign in to comment.