Files
Matt Godbolt 20048616da Migrate to express 5 (#7572)
Main changes:
- type checker cares about the return value (`void`) of handlers, so no
more `return res.send("...")` as that returns `express` type.
- regexes on slugs no longer supported, but we weren't really using them
in any meaningful way. The two places that had to be updated:
- `/clientstate/:clientstate64` - now uses a regex directly and tests added (thanks @partouf for spotting #4844)
- `/bits/:bits.html` - was some `\w+` but I believe that's unnecessary
for the same reasons
- actually call the Sentry handler. I don't know if this actually worked
before but the API checks suggest not.
2025-04-19 14:34:41 -05:00
..
2024-04-22 20:01:30 +02:00
2025-04-19 14:34:41 -05:00
2025-02-18 10:28:10 -06:00
2025-03-27 12:59:10 -05:00
2025-02-26 11:11:12 -06:00
2025-02-26 02:07:09 +02:00
2025-02-25 13:05:50 -06:00
2025-02-26 10:56:26 -06:00