MCPcopy Create free account
hub / github.com/async-labs/async / api

Function api

api/server/api/index.ts:43–47  ·  view source on GitHub ↗
(server: express.Express)

Source from the content-addressed store, hash-verified

41}
42
43export default function api(server: express.Express) {
44 server.use('/api/v1/to-api-server/public', checkRequest, publicApi, handleError);
45 server.use('/api/v1/to-api-server/team-leader', checkRequest, teamLeaderApi, handleError);
46 server.use('/api/v1/to-api-server/team-member', checkRequest, teamMemberApi, handleError);
47}

Callers 1

server.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected