Dane Everitt d59c38eb4e
Fix a fallback route issue causing API calls to return unauth responses and not 404s
The fallback handler isn't scoped to a specific group, so the way this was setup caused requests to non-existent API routes to actually try and return the base view for Vue. This caused a mess of issues because that view is behind the middleware that expect sessions to be set, thus leading to very confusing authentication errors rather than a 404 response.
2019-03-23 17:41:43 -07:00
..
2018-10-24 11:34:49 -04:00
2018-10-13 21:30:47 -04:00
2017-12-30 20:25:04 -06:00
2018-07-14 22:48:09 -07:00
2017-11-05 13:59:51 -05:00