404 page route is overwriting Stripe webhook route

George recommends creating the 404 page like this: Routing setting for 404 on NodeJS

So I’m thinking there are 2 ways to do this:

  1. Apply the change you recommended @Apple in routes.js
  2. A new option in the UI to set a 404 route, which is then added to the server.js file

Option 2 seems more user friendly @patrick