mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
BootProbes: add a websocket probe
This self-test isn't perfect because we're running it from the backend instead of the frontend. Conceivably the backend might have trouble resolving its own url. Eventually we should move this test or something like it to something that executes in the frontend.
This commit is contained in:
committed by
jordigh
parent
088578f541
commit
07b80b1110
@@ -7,7 +7,8 @@ export type BootProbeIds =
|
||||
'host-header' |
|
||||
'sandboxing' |
|
||||
'system-user' |
|
||||
'authentication'
|
||||
'authentication' |
|
||||
'websockets'
|
||||
;
|
||||
|
||||
export interface BootProbeResult {
|
||||
|
||||
Reference in New Issue
Block a user