MCPcopy Create free account
hub / github.com/context-space/context-space / RouteConfig

Interface RouteConfig

web/src/middleware.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const middlewareLogger = serverLogger.withTag("middleware")
11
12interface RouteConfig {
13 protectedRoutes: string[]
14 publicAPIRoutes: string[]
15}
16
17const routeConfig: RouteConfig = {
18 protectedRoutes: [],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected