Better static files handling on backend, when in dev mode: fetch from vite.
This commit is contained in:
@@ -26,7 +26,7 @@ def websocket_error_handler(func):
|
||||
await ws.send_json(
|
||||
{
|
||||
"status": e.status_code,
|
||||
**authz.auth_error_content(e),
|
||||
**(await authz.auth_error_content(e)),
|
||||
}
|
||||
)
|
||||
except (ValueError, InvalidAuthenticationResponse) as e:
|
||||
|
||||
Reference in New Issue
Block a user