import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR APRIL GOODIES!'; const worldDmg = { // @TODO bailey: false, }; /** * @api {get} /api/v3/news Get latest Bailey announcement * @apiName GetNews * @apiGroup News * * * @apiSuccess {Object} html Latest Bailey html * */ api.getNews = { method: 'GET', url: '/news', async handler (req, res) { const baileyClass = worldDmg.bailey ? 'npc_bailey_broken' : 'npc_bailey'; res.status(200).send({ html: `
Reminder: this is the final day to subscribe and receive the Spiffy Squirrel Set! Subscribing also lets you buy gems for gold. The longer your subscription, the more gems you get!
Thanks so much for your support! You help keep Habitica running.
Spring Fling is coming to a close, so be sure to grab any exciting items you've had your eye on! This includes the Shimmer and Rainbow Hatching Potions in the Market. If they come back, it won't be until next year at the earliest, so don't delay!
Pastel Skins and Shimmer Hair colors will also disappear when the Gala ends. If you purchase them in User > Avatar, you can use them year-round!
Be sure to also get your limited edition Spring Fling equipment in your Rewards Column! When it returns next year, it will be in the Seasonal Shop and will be available for gems rather than gold.
And lastly, it's a great time to stock up on items from the Seasonal Shop before it closes. This includes past Spring Fling equipment, the Egg Hunt Quest, and Shiny Seeds!