Static
Mount the bulletin 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/bulletins/* routes match first.
Server.setupRoutes()
/api/bulletins/*
Mount the bulletin 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/bulletins/*routes match first.