An atproto PDS written in Go
103
fork

Configure Feed

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

at eff7934db6df19c95a7e526dd91ae94a11101b25 7 lines 201 B view raw
1package server 2 3import "github.com/labstack/echo/v4" 4 5func (s *Server) handleRobots(e echo.Context) error { 6 return e.String(200, "# Beep boop beep boop\n\n# Crawl me 🥺\nUser-agent: *\nAllow: /") 7}