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