Static
Mount the help REST routes on the Express app. Call from Server.setupRoutes() after session/passport middleware is live and before the SPA catch-all so the /api/help/* routes match first.
Server.setupRoutes()
/api/help/*
Mount the help REST routes on the Express app. Call from
Server.setupRoutes()after session/passport middleware is live and before the SPA catch-all so the/api/help/*routes match first.