| 10 | const middlewareLogger = serverLogger.withTag("middleware") |
| 11 | |
| 12 | interface RouteConfig { |
| 13 | protectedRoutes: string[] |
| 14 | publicAPIRoutes: string[] |
| 15 | } |
| 16 | |
| 17 | const routeConfig: RouteConfig = { |
| 18 | protectedRoutes: [], |
nothing calls this directly
no outgoing calls
no test coverage detected