MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / notifications.routes.ts

File notifications.routes.ts

apps/api/src/api/notifications/notifications.routes.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { notificationPreferencesService } from "../../lib/notifications";
2import { errorHandler } from "../../middleware/error-handler";
3import { requireAuth } from "../auth/auth.plugin";
4import notificationsPushRoutes from "./notifications.push.routes";

Callers

nothing calls this directly

Calls 9

requireAuthFunction · 0.90
errorHandlerFunction · 0.90
parseNotificationsLimitFunction · 0.90
listMethod · 0.80
updateMethod · 0.80
updateStatusMethod · 0.80
markAllReadMethod · 0.80
getMethod · 0.45
listForUserMethod · 0.45

Tested by

no test coverage detected