We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb29fe commit e182b64Copy full SHA for e182b64
packages/server/src/Server.ts
@@ -105,7 +105,7 @@ export class Server {
105
106
// default response if all prior hooks don't interfere
107
response.writeHead(200, { 'Content-Type': 'text/plain' })
108
- response.end('OK')
+ response.end('Welcome to Hocuspocus!')
109
} catch (error) {
110
// if a hook rejects and the error is empty, do nothing
111
// this is only meant to prevent later hooks and the
0 commit comments