service status on atproto
at main 287 B view raw
1// Auto-generated route index 2import * as _healthRoute from "./_health"; 3import * as pushRoute from "./push"; 4 5export const routes: Record< 6 string, 7 Record<string, Bun.RouterTypes.RouteHandler<string>> 8> = { 9 "/_health": _healthRoute, 10 "/push": pushRoute 11}; 12 13export default routes;