forked from Alex/Pterodactyl-Panel
d59c38eb4e
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. |
||
---|---|---|
.. | ||
admin.php | ||
api-application.php | ||
api-client.php | ||
api-remote.php | ||
auth.php | ||
base.php | ||
daemon.php | ||
server.php |