MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / notifications.ts

File notifications.ts

apps/web/server/routers/notifications.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Router, Response } from 'express';
2import { AuthedRequest, AuthedRequestWithBody } from '@linen/types';
3import * as notificationService from 'services/notifications';
4import jwtMiddleware from 'server/middlewares/jwt';

Callers

nothing calls this directly

Calls 6

jwtMiddlewareFunction · 0.85
validationMiddlewareFunction · 0.85
markMethod · 0.80
putMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected